Grey Vehicle icon on Mini-Map - 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: Grey Vehicle icon on Mini-Map (
/showthread.php?tid=596816)
Grey Vehicle icon on Mini-Map -
Ryan50 - 22.12.2015
How to remove the grey vehicle icon on the mini-map, if the player in the vehicle. if the player are not in the vehicle it will show.
Re: Grey Vehicle icon on Mini-Map -
SilverStand - 22.12.2015
ShowPlayerMarkers(0); Put it in OnGameModeInit(), will work
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Re: Grey Vehicle icon on Mini-Map -
Ryan50 - 22.12.2015
Quote:
Originally Posted by SilverStand
|
Thank you for helping me on this.
i used :
Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
Re: Grey Vehicle icon on Mini-Map -
SilverStand - 22.12.2015
Quote:
Originally Posted by Ryan50
Thank you for helping me on this.
i used :
Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
|
You are welcome