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

angelofdark3

Members
  • Posts

    108
  • Joined

  • Last visited

    Never

Everything posted by angelofdark3

  1. and my maps get lost ?
  2. Hi, i create some very good maps but with the standart 30x30 but now i see that there is a limit of 100x100 or something i change it when i restart server the maps cant be loaded i dont want to delete my maps because i build them in days !
  3. hi, hi what means speed and magic by npcs ? speed how fast they are ??? and why i cant edit it its alway gray pls help
  4. i realy ned hlp … because putvars are very usefull in games...
  5. @Anna: > Hmmm… are the scripts running properly? It might be more than your PutVar lines then. You might have to comment out each line and diagnose the script line-by-line.... not fun. all other is working for example: on the scriptednpc sub i write case 10 Call PutVar("scripts\dot.ini", GetPlayerName(index), "Ticks", ticks) Call playermsg(index, "Test", yellow) i cant she the msg but when i write: case 10 Call playermsg(index, "Test", yellow) Call PutVar("scripts\dot.ini", GetPlayerName(index), "Ticks", ticks) i see the msg so it be an error with the putvar …
  6. dont work btw all of my Call PutVar´s doesnt work !
  7. i have try both but nothing happend
  8. 1\. i create dots folder 2\. i use Call PutVar("Dots\Dot.ini", GetPlayerName(index), "Ticks", ticks) 3\. nothing happend … no creating of a dot.ini in dots folder
  9. i try this > Call PutVar("Dots\Dot.ini", GetPlayerName(index), "Ticks", ticks but the .ini file doesnt create itself and then i make a new dot.ini file in the dots folder but its empty…
  10. > please try to find the solution yourself before posting on the boards please < i try all all work but when comes Call PutVar("XY.ini" …. nothing worked...mhh and it dont created itself and the .ini files are emtpy
  11. in all scripts there are somthings with .ini files … like this: Call PutVar("Dot.ini", GetPlayerName(index), "Ticks", ticks) where i have to put th dot.ini file ??
  12. i sent friend libary files and th client of my game he install all and hamachi we go into hamachi network and i start my server and now my question : what ip he must entr because his client tell him my server is offline
  13. u need the whole client folder in config.ini must bei the server ip
  14. first he must install the libary files ,too
  15. BIIIIG THX ! that was my last puzzle piece ^^ now i have a working quest =))))
  16. i am looking for a if script that makes this: If GetPlayerInvItemNum(index, 1) = 22 Then BUT it must be on slot 1 so im asking for a script where the item can be on all inventory slots !
  17. yes ok but my next problem is that th item must be on slot 1 because of the if If GetPlayerInvItemNum(index, 1) = 22 Then how can i change it to be on any slot in the inventory ?
  18. mhh does not work… edit: work ! but only with stackable ! BIG THX AkselJ edit 2: but only with slot 1 because of this in my main: If GetPlayerInvItemNum(index, 1) = 22 Then have an idea to make this all in my inventory ?
  19. when is tip 0 for slot can item be all in inventory ?
  20. i know noob question but wat is slot ?
  21. what is the opesit of Call GivePlayerItem(Index, num, Val, dur) ?
×
×
  • Create New...