SA-MP Forums Archive
[FS]Error In 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: [FS]Error In Anti Cheat (/showthread.php?tid=477910)



[FS]Error In Anti Cheat - Rockstar128 - 26.11.2013

Can anyone help me with this shitty error.?
Код:
warning 217: loose indentation
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.



Re: [FS]Error In Anti Cheat - BornHuman - 26.11.2013

Show us the lines please.


Re: [FS]Error In Anti Cheat - Joshua1 - 26.11.2013

Quote:
Originally Posted by BornHuman
Посмотреть сообщение
Show us the lines please.
This.


Re: [FS]Error In Anti Cheat - Rockstar128 - 26.11.2013

All errors are on 124

Код:
for(new i; i < sizeof(g_AllSpawns); i ++) {
            if(IsPlayerInRangeOfPoint(playerid, Range, g_AllSpawns[i][0], g_AllSpawns[i][1], g_AllSpawns[i][2]))
                return 1;
        }



Re: [FS]Error In Anti Cheat - cessil - 27.11.2013

https://sampforum.blast.hk/showthread.php?tid=274028


Re: [FS]Error In Anti Cheat - Rockstar128 - 27.11.2013

Thank You Cessil