[help]
#1

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
Reply
#2

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?
Reply
#3

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
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)