Help Checkpoint - 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)
+--- Thread: Help Checkpoint (
/showthread.php?tid=400021)
Help Checkpoint -
ByKoRsSaN - 16.12.2012
Код:
error 017: undefined symbol "CheckPoint"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
;
Код:
CheckPoint[playerid] = 1;
Re: Help Checkpoint -
dr.lozer - 16.12.2012
make
pawn Код:
new CheckPoint[MAX_PLAYERS];
on top of your codes