how to set a player icon
#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


Messages In This Thread
how to set a player icon - by NNek - 09.07.2014, 08:29
Re: how to set a player icon - by Cena44 - 09.07.2014, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)