24.02.2012, 00:38
Under OnPlayerUpdate put this:
This will get you started, but giving them back you will have to do something else.
pawn Код:
if(IsPlayerInArea(playerid, AREA INFO HERE)
{
ResetPlayerWeapons(playerid);
}