12.05.2012, 19:57
(
Последний раз редактировалось Dopey.; 12.05.2012 в 20:27.
)
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : error 017: undefined symbol "COLOR_WHITE"
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : warning 215: expression has no effect
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Is what i get when i try to compile.. What could be the problem?
Error 215:
new string[128];
Error 017:
#define COL_WHITE "{FFFFFF}"
#define COL_RED "{F81414}"
#define COL_GREEN "{00FF22}"
#define COLOR_LIGHTBLUE 0xADD8E6FF
#define COLOR_FADE1 0xFFFFFFFF
#define COLOR_FADE2 0xC8C8C8C8
#define COLOR_FADE3 0xAAAAAAAA
#define COLOR_FADE4 0x8C8C8C8C
#define COLOR_FADE5 0x6E6E6E6E
#define COLOR_LIGHTGREEN 0x90EE90FF
#define COLOR_MEDIUMPURPLE 0x9370DBFF
#define COLOR_GOLD 0xFFD700FF
#define COLOR_LIGHTSKYBLUE 0x87CEFAFF
#define COLOR_CRIMSON 0xDC143CFF
Tell me what line should i add for the bugs to fix, +1rep for whoever helps me, thanks in advance.
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : error 017: undefined symbol "COLOR_WHITE"
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : warning 215: expression has no effect
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Arnoldas\Desktop\Bone County\gamemodes\base.pwn(11 : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Is what i get when i try to compile.. What could be the problem?
Error 215:
new string[128];
Error 017:
#define COL_WHITE "{FFFFFF}"
#define COL_RED "{F81414}"
#define COL_GREEN "{00FF22}"
#define COLOR_LIGHTBLUE 0xADD8E6FF
#define COLOR_FADE1 0xFFFFFFFF
#define COLOR_FADE2 0xC8C8C8C8
#define COLOR_FADE3 0xAAAAAAAA
#define COLOR_FADE4 0x8C8C8C8C
#define COLOR_FADE5 0x6E6E6E6E
#define COLOR_LIGHTGREEN 0x90EE90FF
#define COLOR_MEDIUMPURPLE 0x9370DBFF
#define COLOR_GOLD 0xFFD700FF
#define COLOR_LIGHTSKYBLUE 0x87CEFAFF
#define COLOR_CRIMSON 0xDC143CFF
Tell me what line should i add for the bugs to fix, +1rep for whoever helps me, thanks in advance.