how to remove the pickup from gm ? - 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 remove the pickup from gm ? (
/showthread.php?tid=647573)
how to remove the pickup from gm ? -
k2bi - 07.01.2018
I'm creating a gamemode of "0", and I took an interior and it had a yellow pickup just like the GTA San Andreas oflline, I just wanted to know how I can be removing it
Prints:
https://imgur.com/a/VrIbH
Re: how to remove the pickup from gm ? -
RogueDrifter - 07.01.2018
PHP код:
DisableInteriorEnterExits();
will disable all interiors along with their pickups.
Placed under On(FilterScript/GameMode)Init.
Re: how to remove the pickup from gm ? -
k2bi - 07.01.2018
Thank you, it worked