02.06.2012, 05:21
Quote:
Your problem is because you are defining the following macros:
Код:
#define Spawn #define WritePlayer |
Код:
C:\Users\Mihai\Desktop\Galaxy-Games\gamemodes\GGRealLife0.1.pwn(119) : error 017: undefined symbol "WritePlayer" C:\Users\Mihai\Desktop\Galaxy-Games\gamemodes\GGRealLife0.1.pwn(342) : warning 235: public function lacks forward declaration (symbol "Spawn") C:\Users\Mihai\Desktop\Galaxy-Games\gamemodes\GGRealLife0.1.pwn(345) : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Код:
C:\Users\Mihai\Desktop\Galaxy-Games\gamemodes\GGRealLife0.1.pwn(119) : warning 215: expression has no effect C:\Users\Mihai\Desktop\Galaxy-Games\gamemodes\GGRealLife0.1.pwn(342) : warning 235: public function lacks forward declaration (symbol "Spawn") C:\Users\Mihai\Desktop\Galaxy-Games\gamemodes\GGRealLife0.1.pwn(345) : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.