09.04.2013, 05:36
Alguem bota ID no meu chat global? PasteBIN - http://pastebin.com/kUjsg0Vj
Se possivel ficar assim
[ID: ]Nick:
Se possivel ficar assim
[ID: ]Nick:
SetPlayerChatBubble(playerid, text, 0x696969AA, 10.0, 2500);
format(rString, sizeof(rString), "{FFFFFF}(%d)%s", playerid, text[0]);
SendPlayerMessageToAll(playerid, rString);
SetPlayerChatBubble(playerid, text, 0x696969AA, 10.0, 2500);
format(rString, sizeof(rString), "[%d]%s: %s", playerid, rNome(playerid), text[0]);
SendPlayerMessageToAll(-1, rString);