29.08.2011, 07:21
Lol so you just remembered after 5 months about this :O
pawn Код:
//On the top of your gamemode:
new gTeam[MAX_PLAYERS];
#define TEAM_COPS 4 //or whatever number you want, that is not in use by other things such as dialogs
//wherever your code is:
if(gTeam[playerid] == TEAM_COPS) return SendClientMessage(playerid,-1,"You must defend the cashbox!");