SA-MP Forums Archive
How do I remove SP markers? - 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 do I remove SP markers? (/showthread.php?tid=255229)



How do I remove SP markers? - Splixicit - 14.05.2011

Hey, I forgot the function for it. ;/ ^^


Re: How do I remove SP markers? - LetsOWN[PL] - 14.05.2011

"markers"? What do you mean? Can you tell more exactly?


Re: How do I remove SP markers? - Splixicit - 14.05.2011

The single player arrows. Like at the PD and such.


Re: How do I remove SP markers? - LetsOWN[PL] - 14.05.2011

Hmm, you mean the "yellow" arrows, in front of the doors? // Removed mistake xD


Re: How do I remove SP markers? - Splixicit - 14.05.2011

The yellow ones, and yes. I do.


Re: How do I remove SP markers? - LetsOWN[PL] - 14.05.2011

Aaa, s*it, my bad I'm not so good in english, hyhy. Sry again.

Well, here's the code.

Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}



Re: How do I remove SP markers? - marko94 - 14.05.2011

DisableInteriorEnterExits(); under OnGameModeInit()


Edit: Didn't saw that LetsOWN[PL] replied since I was writing in the quick reply box, he did if before me.


Re: How do I remove SP markers? - Splixicit - 14.05.2011

Thank you guys.