SA-MP Forums Archive
Help Anti Cheat - 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 Anti Cheat (/showthread.php?tid=399769)



Help Anti Cheat - ByKoRsSaN - 15.12.2012

Код:
error 017: undefined symbol "g_AllSpawns"
error 036: empty statement
error 017: undefined symbol "i"
fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.

;;;

Код:
for(new i; i < sizeof(g_AllSpawns); i ++) {
HELP !!


Re: Help Anti Cheat - Mean - 15.12.2012

In order to use g_AllSpawns, you first need to have it defined somewhere.