09.09.2009, 00:36
Quote:
|
Originally Posted by gotenks918
I wouldn't say removing weapons in interiors is good for RP, your telling me people can't have weapons in doors? XD
|
pawn Код:
public PlayerWeapons(playerid)
{
if(GetPlayerInterior(playerid) == 0)
{
return 1;
}
else if(GetPlayerWeapon(playerid) > 0)
{
ResetPlayerWeapons(playerid);
HasBeenReset[playerid]++;
}
}
