SA-MP Forums Archive
weapons - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: weapons (/showthread.php?tid=68099)



weapons - [D1zZy_vortex] - 07.03.2009

i forgot how to allow weapons in houses?


Re: weapons - [RP]Rav - 07.03.2009

search next time.. like on the wiki, that page with all scripting functions?

pawn Код:
public OnGameModeInit()
{
  [....]

  AllowInteriorWeapons(1);

  [....]
  return 1;
}