Is there any way to check my name's color in-game if im alone in server?
#3

Quote:
Originally Posted by HY
Посмотреть сообщение
You can write something in chat, and see your color, lmfao.
Perhaps he changed his OnPlayerText.


pawn Код:
CMD:mycolor(playerid,params[])
{
    SendClientMessage(playerid,GetPlayerColor(playerid),"This is your color!");
    return 1;
}
Simply use GetPlayerColor.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)