17.06.2010, 14:08
Maybe on spawn, set their team?
I think that will automatically make them have God Mode for their team-mates
in-case they Shoot at their team-mates.
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerTeam(playerid, 1); // sets the players team to 1 when they spawn.
return 1;
}
I think that will automatically make them have God Mode for their team-mates
in-case they Shoot at their team-mates.