SetPlayerColor
#1

I got a problem with SetPlayerColor.

Eg. SetPlayerColor(playerid,COLOR_BLUE);

When i press tab i can see my name colored with blue, but other players can't see a blue point on the map, where i am.

Suggestions?
Reply
#2

Try:
pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(true);
    return 1;
}
Reply
#3

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Reply
#4

Resolved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)