28.07.2012, 08:15
Use this simple system better:
And take the teams out of enumeration...
pawn Код:
#define TEAM_ME 0
#define TEAM_SE 1
#define TEAM_TE 2
new team[MAX_PLAYER];
if(team[playerid]==TEAM_ME){ code}