29.07.2012, 10:14
AllowInteriorWeapons does nothing
to resolve it, try this includes:
fixes.inc: https://sampforum.blast.hk/showthread.php?tid=292813
or Add This in "OnPlayerUpdate" (You can remove that "AllowInteriorWeapons"):
to resolve it, try this includes:
fixes.inc: https://sampforum.blast.hk/showthread.php?tid=292813
or Add This in "OnPlayerUpdate" (You can remove that "AllowInteriorWeapons"):
pawn Код:
if(GetPlayerInterior(playerid) && GetPlayerWeapon(playerid)) SetPlayerArmedWeapon(playerid, 0);