SA-MP Forums Archive
Please help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Please help (/showthread.php?tid=382177)



Please help - puetralambart - 02.10.2012

please help me in my script error compile





Quote:

C:\Users\Toshiba\Desktop\NextGamingRP\gamemodes\XO-RP.pwn(227) : warning 201: redefinition of constant/macro (symbol "MAX_MODS")
C:\Users\Toshiba\Desktop\NextGamingRP\gamemodes\XO-RP.pwn(3623) : error 017: undefined symbol "foreach"
C:\Users\Toshiba\Desktop\NextGamingRP\gamemodes\XO-RP.pwn(3623) : error 029: invalid expression, assumed zero
C:\Users\Toshiba\Desktop\NextGamingRP\gamemodes\XO-RP.pwn(3623) : error 017: undefined symbol "Player"
C:\Users\Toshiba\Desktop\NextGamingRP\gamemodes\XO-RP.pwn(3623) : 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: Please help - Lordzy - 02.10.2012

Wrong section, it must be posted on Scripting Help.
Btw, I see that foreach error.
I think you must include foreach.

Download foreach include and add it on Pawno>Include folder.

Then open script and under a_samp include, include foreach also.

Like this
pawn Код:
#include <a_samp>
#include <foreach>