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

PD

Members
  • Posts

    1028
  • Joined

  • Last visited

    Never

Everything posted by PD

  1. ye i noticed but wouldnt it be packet = packet & SEP_CHAR & GetPlayerName(i) & SEP_CHAR & END_CHAR
  2. u hav to register the dll files or something like that
  3. u missed out sep_char Call SendDataToAll("MAINONLINELIST" & SEP_CHAR & PlayerCount & packet & END_CHAR) should be Call SendDataToAll("MAINONLINELIST" & SEP_CHAR & PlayerCount & sep_char & packet & sep_char & END_CHAR)
  4. PD

    Naruto

    naruto shikamaru neji choji lee kiba
  5. PD

    Heyy everyone

    lil wayne is gay anywayz hey
  6. well my pkmn starter selection is same as ur gate menu and dis is my scripted tile Case 1 ' Kanto Starter Select Call ChooseStarterK1(Index) ChooseStarterK1 is a sub in clscommands and sends a paket to the client wen the client recieve the paket it opens up a menu so wat ur tryin to do works
  7. o so the menu wont show up wen a plyer steps on the tile
  8. call opengate(index) should work
  9. well i dont get an error there should be something between ""
  10. is Gate client-side and your putting the command in the server clscommand or watever its called if you are then you gota do this Sub GateOpen Dim Packet As String Packet = "" & END_CHAR Call SendDataTo(index, Packet) End Sub then goto the client>modClientTPC>handle data and add dis to the bottom of Sub HandleData If (casestring = "") Then (formname).Show Exit Sub End If
  11. if dis iz server-side then you gota send the data to the client when the client gets the data jus tell it to open the form Call Gate.frm.visible = true should be (form name).visible = true
  12. that link takes me to my roblox page
  13. PD

    Infamous

    looks good im gettin this
  14. it looked like he waz switching weapons wen he piked up dat thing(wat is it called) :P 2 bad there wernt any bad guys
  15. looks like a 1st person shooter 2 me
  16. PD

    New Chat Feature

    simple yet great
  17. PD

    Trade with NPC

    open up map editor den dere should be an atribute called shop click it choose ur shop num den add to da map
  18. > lol, why? if you get an msn, we can chat i have my own pokemon game going atm :P. its about in open beta ye i got msn anyways wen r u gona release a beta?
  19. dis game is coming together nicely unlike mine :P
  20. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=47811&lngWId=1 this is the 1 i use but its a non pic 1 and not real a pokemon 1 dats y im changing it
  21. i found a vb6 rpg battle sys so i include it in my game but it waz messed up so im recoding all of it
  22. im working on 1 to ive got a battle sys but i need to work on it abit more
×
×
  • Create New...