How to make everyones name white when they join
#1

Like some people are telling me there name is red, blue. i want to make it like everyone that joins the name in tab is white only.
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    SetPlayerColor(playerid, 0xFFFFFFFF);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)