[ANSWER] How To Remove Player 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: [ANSWER] How To Remove Player Markers (
/showthread.php?tid=315236)
[ANSWER] How To Remove Player Markers -
KiiD - 02.02.2012
People Wanted To Know How To Remove All The Player Markers On The World Map.
Very Easy To Solve!
public OnGameModeInit()
Code:
ShowPlayerMarkers(0);
If You Ever Wanted To Turn Them Back On, Simply Remove The Code Or Change It To:
Code:
ShowPlayerMarkers(0);
Re: [ANSWER] How To Remove Yellow Markers -
milanosie - 02.02.2012
not true...
the code is DisableInteriorEnterExits();
Re: [ANSWER] How To Remove Yellow Markers -
KiiD - 02.02.2012
Quote:
Originally Posted by milanosie
not true...
the code is DisableInteriorEnterExits();
|
Actually, It's Not.
Re: [ANSWER] How To Remove Player Markers -
milanosie - 02.02.2012
U did say yellow markers for interiors first, now dont go edit ur post just cause u posted the wrong functiion
Re: [ANSWER] How To Remove Player Markers -
KiiD - 02.02.2012
Quote:
Originally Posted by milanosie
U did say yellow markers for interiors first, now dont go edit ur post just cause u posted the wrong functiion
|
--> :3