03.03.2018, 17:00
So on tab the player colors are being changed by the values of their hp, So I'm thinking how can I do same on the chat?
their name that is.
Код:
new ChatString[300]; format(ChatString, sizeof(ChatString),"{958B99}%s {ffffff}( %d ): %s", PlayerName[playerid], playerid, text); SendClientMessageToAll(playerid,ChatString);