02.04.2011, 20:53
Dude, it's better using zcmd or dcmd + sscanf. And you can check team by:
Check if the player is on the TEAM_ID, and return related functions you put ther
pawn Код:
if(GetPlayerTeam(playerid) == TEAM_ID) return . . .