Interiors Pickups.. - 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: Interiors Pickups.. (
/showthread.php?tid=585040)
Interiors Pickups.. -
TheRaGeLord - 10.08.2015
Hey, I wanna ask that How can I remove the default pickups that are inside house or other interiors from where player exit. How to remove them?
Re: Interiors Pickups.. -
SoFahim - 10.08.2015
I have also tried about this . But failed
Re: Interiors Pickups.. -
TheRaGeLord - 10.08.2015
But I've seen in many servers that there are no interior pickups.. that means they can be removed
Re: Interiors Pickups.. -
SoFahim - 10.08.2015
You mean, The icon. Like when you go near a interior, Like LSPD H.Q , you see a pickup. when you go there you TP to a interior Like that?
Re: Interiors Pickups.. -
TheRaGeLord - 10.08.2015
Yes, I mean that yellow icon only that teleports us inside the interior..
I want to remove both inside and outside icons
Re: Interiors Pickups.. -
SoFahim - 10.08.2015
Use this line in OnGameModeInit()
PHP код:
DisableInteriorEnterExits();
It will be helpful for you