i can remove this ? - 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: i can remove this ? (
/showthread.php?tid=606297)
i can remove this ? -
MonSterLikeHD - 02.05.2016
Hi, i want to know, if i can remove this, i am talking about the yellow thing, i start a new pawno but still, don't found it to remove it :/
http://imgur.com/JLULK2t
pls help
Re: i can remove this ? -
Darkwood17 - 02.05.2016
Use
DisableInteriorEnterExits.
Under OnGameModeInit() add:
Код:
DisableInteriorEnterExits();
This will disable all yellow arrows (including interior entrances and exits).