Jump to content

[HELP]optimization of colors


Drackles

Recommended Posts

Posted (edited)
    • I want all colors to be the same in map, scoreboard and chat but I can't,I will share with you a few images of what I want.
       
      For example, I have a green color, I want it to be written in this color when I send a message to the chat, but I cannot do this.
       
      help me
       
    • unknown.pngunknown.png
Edited by Drackles
Posted
local function playerChat(message, messageType)
	if messageType == 0 then --Global (main) chat
                cancelEvent()
                local red, green, blue = getPlayerNametagColor(source)
		outputChatBox(getPlayerName(source)..": #FFFFFF"..message, root, red, green, blue, true )
		outputServerLog("CHAT: "..getPlayerName(source)..": "..message)
	end
end
addEventHandler("onPlayerChat", root, playerChat)

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...