SA-MP Forums Archive
hide vehicles on the radar - 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: hide vehicles on the radar (/showthread.php?tid=510208)



hide vehicles on the radar - vardanega - 30.04.2014

Hi to all,

I would hide the triangle of vehicles on the radar of my players.

An idea to do it?

Thx


Re: hide vehicles on the radar - Galletziz - 30.04.2014

Sure.

pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarker(PLAYER_MARKERS_MODE_OFF);
}
This hide all players markers on mini map.


Re: hide vehicles on the radar - [WSF]ThA_Devil - 30.04.2014

Quote:
Originally Posted by Galletziz
Посмотреть сообщение
Sure.

pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarker(PLAYER_MARKERS_MODE_OFF);
}
This hide all players markers on mini map.
He meant vehicle markers, that is not possible as of yet. Sorry.