SA-MP Forums Archive
errors - 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: errors (/showthread.php?tid=285850)



errors - Chris_Morrison - 25.09.2011

Hi
i have this errors
pawn Код:
new zone[MAX_ZONE_NAME];
C:\Program Files\San Andreas\сшбш\бгйчд\gamemodes\GRP.pwn(6055) : error 017: undefined symbol "MAX_ZONE_NAME"
C:\Program Files\San Andreas\сшбш\бгйчд\gamemodes\GRP.pwn(6055) : error 009: invalid array size (negative, zero or out of bounds)
C:\Program Files\San Andreas\сшбш\бгйчд\gamemodes\GRP.pwn(6055) : error 036: empty statement
C:\Program Files\San Andreas\сшбш\бгйчд\gamemodes\GRP.pwn(6055) : fatal error 107: too many error messages on one line


Re: errors - Jafet_Macario - 25.09.2011

pawn Код:
#define MAX_ZONE_NAME (50)
// Example



Re: errors - aRoach - 25.09.2011

pawn Код:
new zone[ 65 ];