opnaiC Posted July 20, 2016 Share Posted July 20, 2016 I want the outputchatbox messages to look like [time] message .. But the color and other stuff should be the same local servertime = getRealTime () local hours = time.hour local minutes = time.minute Link to comment
AlvarO Posted July 20, 2016 Share Posted July 20, 2016 --With that true you enable colorCoding so you can write for example #adff2f in brackets where do you want the text get colorized outputChatBox("[HOUR]: "..hours..":".."minutes", 255, 0, 255, true) Link to comment
N3xT Posted July 20, 2016 Share Posted July 20, 2016 --With that true you enable colorCoding so you can write for example #adff2f in brackets where do you want the text get colorized outputChatBox("[HOUR]: "..hours..":[u][color=#FF0000]".."[/color][/u]minutes", 255, 0, 255, true) outputChatBox("[HOUR]: "..hours..":"..minutes, 255, 0, 255, true) Link to comment
opnaiC Posted July 21, 2016 Author Share Posted July 21, 2016 That was not what I want sry my question was stupid found another way Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now