Hi,
here is how to put color in the chat :
just type color picker on google and pick the HEX code
here is how to put color in the chat :
PHP Code:
AddEvent("OnPlayerChat", function(player, text)
AddPlayerChatAll('<span color="#d9803d">'..GetPlayerName(player)..'</>'.." : ".. text)
end )
just type color picker on google and pick the HEX code
Comment