no weapons in interior
#1

Why i cant take any weapons in interiors, when i try to take at that time it will go
Reply
#2

pawn Код:
AllowInteriorWeapons(1);
Reply
#3

ty very much
Reply
#4

i added but still i cant...why??
Reply
#5

put it under OngamemodeInIt
Reply
#6

i did same like that ...
Reply
#7

Make sure, you have added it under OnGameModeInIt
https://sampwiki.blast.hk/wiki/AllowInteriorWeapons
Reply
#8

Yes i did the same thing
Reply
#9

even i cant use it in grand larcny
Reply
#10

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"):
pawn Код:
if(GetPlayerInterior(playerid) && GetPlayerWeapon(playerid)) SetPlayerArmedWeapon(playerid, 0);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)