29.05.2013, 15:46
Quote:
#define COLOR_RED idofcolor
#define COLOR_YELLOW idofcolor ^ on top of your script, ****** the color ids.. and find the " new msg" and remove it. |
C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(235) : error 017: undefined symbol "red"
C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(257) : error 017: undefined symbol "idofcolor"
C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(276) : error 017: undefined symbol "idofcolor"
C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(295) : error 017: undefined symbol "idofcolor"
C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(314) : error 017: undefined symbol "idofcolor"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
look like this ?//--Gamemode Name--//
#define GameModeName "Alfa-Game.Info .::[ RealLife ]::.[0.3x]"
#define COLOR_RED 0xAA3333AA
#define COLOR_YELLOW 0xFFFF00AA
then i get this .. C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(236) : error 017: undefined symbol "red"
C:\Users\iliyan\Desktop\Alfa-game Real life v0.5\gamemodes\justplay.pwn(237) : error 017: undefined symbol "red"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.