30.04.2012, 00:16
pawn Code:
public OnPlayerText(playerid, text[])
{
new
tStr [ 156 ],
p_Name [ MAX_PLAYER_NAME ];
GetPlayerName( playerid, p_Name, sizeof( p_Name ) );
format( tStr, sizeof( tStr ), ""#IDCOLOUR"~%d~ {%06x}%s "#IDCOLOUR"-> "#WHITE"%s", playerid, (accInfo[playerid][Colour] >>> 8), p_Name, text );
SendClientMessageToAll( -1, tStr );
return false;
}
