26.03.2014, 21:55
first:
second
on the command do that:
and the if in command
pawn Код:
new teamwork[MAX_PLAYERS]
on the command do that:
pawn Код:
teamwork(playerid) = +1;
pawn Код:
if(teamwork(playerid) == 2);
{
teamwork(playerid) = 0;
//the other things
}