SA-MP Forums Archive
[help] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [help] (/showthread.php?tid=100487)



[help] - kennyist - 04.10.2009

can anyone find out what is conflicting with co'ords in lines 32-35 becouse it makes the chackpoint (line 32) but goes off to another co'ord that isnt in the scipt i have, its from the scirpt im editing (but still not in the script).
http://pastebin.com/m693f15c2


Re: [help] - coole210 - 04.10.2009

pawn Код:
new highscoretimes[11];
new tmphighscoretimes[11];
new highscorenames[11][MAX_PLAYER_NAME];
new tmphighscorenames[11][MAX_PLAYER_NAME];
Whats up with the MAX_PLAYER_NAME and 11 if its for coordinates?


Re: [help] - dice7 - 04.10.2009

coordinates are floats so you need to do
pawn Код:
new Float:highscoretimes[11];
But I'm not shore if you can save strings like that


Re: [help] - kennyist - 04.10.2009

i didnt make this script comletly so some stuff i havnt got any idea what it is for , is there anyone who can just take out the bits a need for the checkpoints and a scorebored to work , and leave out the auto money estimating thing.