19.12.2015, 15:54
Dont do this, instead make an actual zone. And then use
And you can do that with
https://sampforum.blast.hk/showthread.php?tid=467190
PHP код:
public OnPlayerEnterDynamicArea(playerid, areaid) {
SetPlayerTeam(playerid,20); //or some team id so friendly fire is off
return true;
}
https://sampforum.blast.hk/showthread.php?tid=467190