20.04.2013, 15:25
hi i want make like get player color and his text force to white color but this code will not show text
Код HTML:
new message[128]; format(message, 128, "%s (%i):{FFFFFF}%s",PlayerName(playerid), playerid, message); SendClientMessageToAll(GetPlayerColor(playerid), message); return 0 }