SA-MP Forums Archive
[HELP] Destroy entries in stores ... - 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)
+--- Thread: [HELP] Destroy entries in stores ... (/showthread.php?tid=397545)



[HELP] Destroy entries in stores ... - [THs]ShadoW - 05.12.2012

How to prevent the player from stores like Binco, Ammu nation, ...

I simply wanted to destroy the entrances to these stores on my server .. But keeping entries that I created, how do I do that?

PS: Sorry for any mistakes. I'm using ****** Translator :/[

Thanks.


Re: [HELP] Destroy entries in stores ... - [Ro]DuReX - 05.12.2012

Put this under OnGameModeInit():
pawn Код:
DisableInteriorEnterExits();



Re: [HELP] Destroy entries in stores ... - [THs]ShadoW - 05.12.2012

Quote:
Originally Posted by [Ro]DuReX
Посмотреть сообщение
Put this under OnGameModeInit():
pawn Код:
DisableInteriorEnterExits();
Using this I created entries that will work?

Thanks...


Re: [HELP] Destroy entries in stores ... - [Ro]DuReX - 05.12.2012

If you created entries with pick-ups, will work.