how to set a player icon
#1

how i can set my player icon in esc>map and minimap? i want to the MAP is whereever the players in map he visible in map and for the minimap i want to visible near or far
Reply
#2

It's pretty basic, you first need to enable ShowPlayerMarkers, you can either set it to 1(shows all icons on server) or set it to 2(only shows icons of players nearby).

pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED); //Or PLAYER_MARKERS_MODE_GLOBAL(All players)
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)