Quote:
Originally Posted by blackwave
Dude, it's better using zcmd or dcmd + sscanf. And you can check team by:
pawn Код:
if(GetPlayerTeam(playerid) == TEAM_ID) return . . .
Check if the player is on the TEAM_ID, and return related functions you put ther
|
Then i have to script the server all over again, i guess?