hide vehicles on the radar
#1

Hi to all,

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

An idea to do it?

Thx
Reply
#2

Sure.

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)