03.07.2013, 03:44
PAWNO Compiler:
Line 38:
Line 39:
Could someone please tell my why I get these errors, and how I can fix them?
Here is the pastebin to my script: http://pastebin.com/baPWeK8V
Код:
C:\Users\Owner\Desktop\SA-MP Server1\gamemodes\COD4.pwn(38) : error 017: undefined symbol "ZoneInfo" C:\Users\Owner\Desktop\SA-MP Server1\gamemodes\COD4.pwn(39) : error 017: undefined symbol "ZoneInfo" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
pawn Код:
new ZoneAttacker[sizeof(ZoneInfo)] = {-1, ...};
pawn Код:
new ZoneAttackTime[sizeof(ZoneInfo)];
Here is the pastebin to my script: http://pastebin.com/baPWeK8V