08.01.2011, 06:15
Check your teams, if players' teams are matching they can't hurt each other.
Simple fix
Simple fix
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerTeam(playerid,playerid);
return 1;
}