How to remove all 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)
+--- Thread: How to remove all markers (
/showthread.php?tid=650454)
How to remove all markers -
Jithu - 28.02.2018
how to remove all markers of los santos , las venturas... every marker..... please someone help me in this!
"THANKS"
Re: How to remove all markers -
Sew_Sumi - 28.02.2018
What markers are you talking of... Player markers, Enter/exit markers, What?
Re: How to remove all markers -
RogueDrifter - 28.02.2018
Marker?... you mean the interiors?? if so then use
DisableInteriorEnterExits
Re: How to remove all markers -
Jithu - 28.02.2018
yes ... im mapping new interiors so i want to do that
Re: How to remove all markers -
RogueDrifter - 28.02.2018
Okay then use this at OnGameModeInit
PHP код:
DisableInteriorEnterExits();
Re: How to remove all markers -
Jithu - 28.02.2018
thanks