11.12.2014, 20:05
Yes, when you done your command.
Add this command. (assuming you use ZCMD)
Type this command ingame, it will send a message with your current color!
Add this command. (assuming you use ZCMD)
pawn Код:
CMD:mycolor(playerid,params[])
{
SendClientMessage(playerid,GetPlayerColor(playerid),"This is your color!");
return 1;
}

