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

Yes, when you done your command.

Add this command. (assuming you use ZCMD)

pawn Код:
CMD:mycolor(playerid,params[])
{
    SendClientMessage(playerid,GetPlayerColor(playerid),"This is your color!");
    return 1;
}
Type this command ingame, it will send a message with your current color!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)