Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

JohnPony

Members
  • Posts

    2626
  • Joined

  • Last visited

    Never

Everything posted by JohnPony

  1. @vasko166: > Ahm guys these websites are really "Normal" :D > Soon i will share some website with the forum! > It will have these functions: > -News System > -Forum Last Topic - You will need a forum! Maybe PHPBB3 or something… > -Online Users - In the website > -Chatbox/Shoutbox > Admin CP > - Update the News > -Update the Downloads page > - Bann the player (He will can`t go to the website anymore) > --------------------------------------------------------------- > But for that you will need AppServer or Xampp - They Read PHP > - If Robin show me how the game can connect to mysql or mssql then maybe it will have register and other functions > Maybe it will be something like "CMS" :P Off-topic?
  2. JohnPony

    In-Game Rank

    @Growlith1223: > that's not what he's wanting… > > What he's wanting is a system where you start with 0 points and when you reach a certain amount, your "explorer rank" goes up... > > for example > > when you reach 200 points, you goto the bronze rank. No he doesn't. Read the post next time before you try and jump in. And can you even help him? @Sherwin: > How do i add Ranks at game? > I mean color change like Admin , Dev , Mapper , Mod .. how to add more?
  3. Nice, he kinda has a Santa clause look to him xD
  4. JohnPony

    In-Game Rank

    He wants too add more ranks… Simple. Find``` ' Admin constants ```Below that there will be code like: ``` Public Const ADMIN_MONITOR As Byte = 1 ```So below all those pre-defined ones. Your gonna wanna add something like``` Public Const ADMIN_MONITOR As Byte = 5 ```And change the ADMIN_MONITOR to what you want the rank to be. After that, go to the client to edit some stuff. Once your in the client, add the same thing you added in there server. Now for the next part, you will have to tell me whether your using EO or CS:DE.
  5. JohnPony

    Map Moral

    @Sigridunset: > I want to add in a new map moral. First, i added in``` > Public Const MAP_MORAL_OTHER As Byte = 2 > ```in **both** server and client constants. > > Then i added``` > Other > ```to the list in frmMapProperties. > > It give me a RTE 9, and highlights``` > For i = 1 To UBound(musicCache) > ``` > > in > > ``` > ' add the array to the combo > frmEditor_MapProperties.lstMusic.Clear > frmEditor_MapProperties.lstMusic.AddItem "None." > For i = 1 To UBound(musicCache) > frmEditor_MapProperties.lstMusic.AddItem musicCache(i) > Next > ``` > client side when i open up Map Properties. I'm really confused. I deleted my maps, and it's still there, so i don't know what's wrong. :/ Did you add Other in the right combo box? Check that.
  6. JohnPony

    Spinning!

    @quintensky: > i can't find frmmain_KeyUp Try searching for``` vbKeyInsert ```
  7. @KUPA: > Worth a shot. ._. > > My entry: > > ![](http://dl.dropbox.com/u/80461521/contest.png) > > POKÉMONZ! I actually like this, But you can do better. Keep it up.
  8. @waseemk: > Happened to me too,because i missed some things, re-do the tutorial and all should be fine :D > > I did, nothing changed. BTW I used this tutorial earlier (http://www.touchofdeathforums.com/smf/index.php/topic,68596.0.html) Does it affect it? Shouldnt, do you have team viewer?
  9. @Anna: > SHED.MOV is the best > HEY HEY HEY STAY OUTTA MAH SHED Yeah i liked that 1 :P Although i had trouble sleeping at night :(
  10. @Cici: > Cool. I needed that! Lol cici, if you are planning this for our project. Remember the ingame maps have to match up with the world map :P
  11. JohnPony

    VB6 Problem

    @Cici: > Meaning like windows 64(i think). So what's your Windows OS? Win7….
  12. JohnPony

    VB6 Problem

    @LukBrave: > It's Windows XP. What's OS stand for anyway? Well does that have anything to do with it. Also Hi O = Operating S = System Operating System.
  13. This is pretty good for what. A 48 hour project? Keep it up man.
  14. @sasuke10333: > I finally found out the solution (I hope) to a problem i was having with Eclipse Origins but when i was attempting to compile the source code i got the error > > "Compile Error: > Method or data member not found" > > Does anybody know how i can fix this? What line of code did it highlight?
  15. @waseemk: > It doesn't highlight anything, all it does is when i type a message and click enter, it closes the game. You dont get a run time error?
×
×
  • Create New...