20.04.2013, 13:35
Tenta assim
PT
pawn Код:
public OnPlayerText(playerid, text[])
{
new Str[120];
format(Str, sizeof(Str), "Diz: %s", text);
SendClientMessageToAll(0xFFFFFFAA, Str); // 0xFFFFFFAA e a cor neste caso й branco
return 1;
}