05.08.2018, 21:53
Are you checking yourself on the scoreboard list with no one else online?
If so, that's why. The color is only visible to yourself when you've clicked on someone else's name in the scoreboard. You can check your own color by writing a quick debug command:
If so, that's why. The color is only visible to yourself when you've clicked on someone else's name in the scoreboard. You can check your own color by writing a quick debug command:
PHP код:
cmd:mycolor(playerid) {
new color = GetPlayerColor(playerid);
SendClientMessage(playerid, (color == 0)?(-1):(color), (color == 0)?("Your color hasn't changed since you first logged on!"):("This message is in the color of your name tag!"));
return 1;
}
