04.01.2014, 19:45
Yo lo tengo asн:
Y me funciona bien. Fнjate usando el cуdigo que te pasй y avнsanos.
pawn Код:
public OnPlayerText(playerid, text[])
{
new string[144];
new Nick[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nick, sizeof(Nick));
format(string, sizeof(string), "{%06x}%s [%d]: {FFFFFF}%s", GetPlayerColor(playerid) >>> 8, Nick, playerid, text);
SendClientMessageToAll(-1, string);
SetPlayerChatBubble(playerid, text, -1, 100.0, 4000);
return 0;
}