player name grey
#1

when i type in regular message into game, my name is grey. why?!
Reply
#2

https://sampwiki.blast.hk/wiki/Function:SetPlayerColor
Reply
#3

You should set the colour of the name when they connect/spawn.

pawn Код:
public OnPlayerConnect(playerid)
{
       SetPlayerColor(playerid, 0xFF0000FF);
       return 1;
}
Give reputation if I helped.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)