SA-MP Forums Archive
SetPlayerColor - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerColor (/showthread.php?tid=263116)



SetPlayerColor - SILENT! - 20.06.2011

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?


Re: SetPlayerColor - Stigg - 20.06.2011

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



Re: SetPlayerColor - sampfans - 20.06.2011

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers


Re: SetPlayerColor - SILENT! - 20.06.2011

Resolved.