Botar ID no Chat Global
#1

Alguem bota ID no meu chat global? PasteBIN - http://pastebin.com/kUjsg0Vj

Se possivel ficar assim

[ID: ]Nick:
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)