24.02.2012, 00:48
This will work:
And it wont take the weapons away, so they can re-use them when they exit the area.
pawn Код:
public OnPlayerUpdate(playerid)
if(IsPlayerInArea(playerid, AREA INFO HERE)
{
SetPlayerArmedWeapon(playerid, 0);
}
}