How to get rid of default GTA SA 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: How to get rid of default GTA SA interiors' pickups (
/showthread.php?tid=561904)
How to get rid of default GTA SA interiors' pickups -
Alvin007 - 05.02.2015
Just like you can see in there.
How can i get rid of the yellow pickup?
Re: How to get rid of default GTA SA interiors' pickups -
AdHaM612 - 05.02.2015
Here is your answer:
DisableInteriorEnterExits();
Put it under OnGameModeInit , and it would work.
Re : How to get rid of default GTA SA interiors' pickups -
Alvin007 - 05.02.2015
Ok thanks alot sir.