09.07.2010, 05:21
where it says
gTeam[playerid] = TEAM_POLICE
it's missing a ;
same where it says
gTeam[playerid] = TEAM_ROBBER
btw shouldnt the defines have a number? like
// Team defines
#define TEAM_POLICE 1
#define TEAM_ROBBER 2
gTeam[playerid] = TEAM_POLICE
it's missing a ;
same where it says
gTeam[playerid] = TEAM_ROBBER
btw shouldnt the defines have a number? like
// Team defines
#define TEAM_POLICE 1
#define TEAM_ROBBER 2