problem with GetPlayerColor
#1

pawn Код:
public OnPlayerText(playerid, text[])
{
if(Muted{playerid}){return SendClientMessage(playerid,C_RED,"[ERROR] {ff6969}You cannot talk while you muted");}
format(String, sizeof(String), "[%d] {%06x}%s: {FFFFFF}%s",playerid,GetPlayerColor(playerid) >>> 8,GetName(playerid),text);
SendClientMessageToAll(C_HOTPINK,String);
return 0;
}
but its shows it like this in the chat:
Reply


Messages In This Thread
problem with GetPlayerColor - by Lirbo - 06.07.2014, 12:57
Re: problem with GetPlayerColor - by Vince - 06.07.2014, 13:02
Re: problem with GetPlayerColor - by Crayder - 06.07.2014, 13:06

Forum Jump:


Users browsing this thread: 1 Guest(s)