[HELP] removing pickup things - 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: [HELP] removing pickup things (
/showthread.php?tid=76854)
[HELP] removing pickup things -
Drift_King786 - 07.05.2009
in single player you see the yellow large pickups when wanting to enter shops, safehouse etc...
but in samp its already got it, but how do you remove those?
Re: [HELP] removing pickup things -
James_Alex - 07.05.2009
Put this
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}