SA-MP Forums Archive
How to remove...?? - 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: How to remove...?? (/showthread.php?tid=173356)



How to remove...?? - Alex_Valde - 02.09.2010

I got one simple question.... how to remove this yellow thing and just leave my pickup....??





Re: How to remove...?? - Bumbis - 02.09.2010

public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}


Re: How to remove...?? - Alex_Valde - 02.09.2010

Thanks