05.09.2010, 14:04
Do you have something simalar to this in your code
Without something like that, the script doesn't know which player is in which team.
Edit: to make gTeam global put this at the top of script prefferably under your includes and defines.
pawn Code:
gTeam[playerid] = TEAM_LSPD;
Edit: to make gTeam global put this at the top of script prefferably under your includes and defines.
pawn Code:
new gTeam[MAX_PLAYERS];