How to delete this thing ? - 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 delete this thing ? (
/showthread.php?tid=168211)
How to delete this thing ? -
Bumper - 15.08.2010
I don't know what it's called (I did but forgot)....it is when you go on it , it takes you to an interior (if you don't understand me take a look at the pic bellow) , is it possible to delete them like in debug ?
Re: How to delete this thing ? -
0ne - 15.08.2010
DisableInteriorEnterExits();
Re: How to delete this thing ? -
Slice - 15.08.2010
You can delete all of them using DisableInteriorEnterExits().
Re: How to delete this thing ? -
Bumper - 15.08.2010
Do I add it on OnGameModeInit() ?
Re: How to delete this thing ? -
0ne - 15.08.2010
Yes, but it deletes every yellow markers that are placed near the doors
Re: How to delete this thing ? -
Bumper - 15.08.2010
Well that's what i wan't and I just tested it and worked , ty