Deleting yellow 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: Deleting yellow markers? (
/showthread.php?tid=244416)
Deleting yellow markers? -
kemppis_ - 27.03.2011
So, how can i delete those yellow marker
i mean, that yellow marker which is in front of the door?
Re: Deleting yellow markers? -
HyperZ - 27.03.2011
OnGameModeInit:
pawn Код:
DisableInteriorEnterExits();
Re: Deleting yellow markers? -
kemppis_ - 27.03.2011
Thanks!