02.04.2010, 20:24
I did that.
But nothing happen.
Код:
#define TEAM_LVPD 0 #define TEAM_EMS 1 #define TEAM_FBI 2 #define TEAM_Military 3 #define TEAM_DRIVER 4 #define TEAM_NEW 5 #define TEAM_LVPD_COLOR 0x33CCFFAA #define TEAM_EMS_COLOR 0xFF9900AA #define TEAM_FBI_COLOR 0xFFFFFFAA #define TEAM_Military_COLOR 0x7CFC00AA #define TEAM_DRIVER_COLOR 0x660000AA static gTeam[MAX_PLAYERS];
Код:
C:\Users\hamza & yassine\Desktop\LV-RP\Gamemodes\LV-RP.pwn(242) : error 017: undefined symbol "gTeam" C:\Users\hamza & yassine\Desktop\LV-RP\Gamemodes\LV-RP.pwn(242) : warning 215: expression has no effect C:\Users\hamza & yassine\Desktop\LV-RP\Gamemodes\LV-RP.pwn(242) : error 001: expected token: ";", but found "]" C:\Users\hamza & yassine\Desktop\LV-RP\Gamemodes\LV-RP.pwn(242) : error 029: invalid expression, assumed zero C:\Users\hamza & yassine\Desktop\LV-RP\Gamemodes\LV-RP.pwn(242) : fatal error 107: too many error messages on one line