Yellow Arrows? - 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: Yellow Arrows? (
/showthread.php?tid=261253)
Yellow Arrows? -
Hunden1309 - 12.06.2011
Hello!
I just need some help.
How do i remove the yellow arrows from the biz' and houses?
Like the Yellow arrow infront of Binco, LSPD and such.
Ive tried to edit in Scriptfiles > Properties > House.txt and business.txt
any solutions?
Re: Yellow Arrows? -
freshOrange - 12.06.2011
ShowPlayerMarkers(0);
Re: Yellow Arrows? -
Wesley221 - 12.06.2011
^-- above, those are the dots of players.. not the yellow caronas he means
DisableInteriorEnterExits();
Re: Yellow Arrows? -
jameskmonger - 12.06.2011
DisableInteriorEnterExits(); in OnGameModeInit().
Re: Yellow Arrows? -
Hunden1309 - 13.06.2011
Thanks