Botar ID no Chat Global - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Botar ID no Chat Global (
/showthread.php?tid=429311)
Botar ID no Chat Global -
Zepetto67 - 09.04.2013
Alguem bota ID no meu chat global? PasteBIN -
http://pastebin.com/kUjsg0Vj
Se possivel ficar assim
[ID: ]Nick:
Re: Botar ID no Chat Global -
Lуs - 09.04.2013
Sу substituir a ъltima parte do cуdigo:
pawn Код:
SetPlayerChatBubble(playerid, text, 0x696969AA, 10.0, 2500);
format(rString, sizeof(rString), "{FFFFFF}(%d)%s", playerid, text[0]);
SendPlayerMessageToAll(playerid, rString);
Por:
pawn Код:
SetPlayerChatBubble(playerid, text, 0x696969AA, 10.0, 2500);
format(rString, sizeof(rString), "[%d]%s: %s", playerid, rNome(playerid), text[0]);
SendPlayerMessageToAll(-1, rString);