16.07.2011, 07:22
I get this error when I try to compile:
Even though I have utils.inc in pawno>include ... If I delete it, it then asks for zones, which I also have in pawno>include then if I delete that it asks for buttons, also in pawno>include... If I delete all 3 I get these errors:
Код:
C:\Documents and Settings\Administrator\Desktop\Roleplay\gamemodes\RP.pwn(8) : fatal error 100: cannot read from file: "utils" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
C:\Documents and Settings\Administrator\Desktop\Roleplay\gamemodes\RP.pwn(2187) : warning 235: public function lacks forward declaration (symbol "OnPlayerPressButton") C:\Documents and Settings\Administrator\Desktop\Roleplay\gamemodes\RP.pwn(2678) : error 017: undefined symbol "MAX_ZONE_NAME" C:\Documents and Settings\Administrator\Desktop\Roleplay\gamemodes\RP.pwn(2678) : error 009: invalid array size (negative, zero or out of bounds) C:\Documents and Settings\Administrator\Desktop\Roleplay\gamemodes\RP.pwn(2678) : error 036: empty statement C:\Documents and Settings\Administrator\Desktop\Roleplay\gamemodes\RP.pwn(2678) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.