SHC//Sniper Posted January 31, 2011 Share Posted January 31, 2011 Hello guys, I would like to ask you a small question. I need to convert a RGB color code to a hex color code. tocolor(r,g,b) does only work clientsided... is there any way to make it sereversided? I need it for an outputChatBox! Link to comment
Aibo Posted January 31, 2011 Share Posted January 31, 2011 string.format("#%02X%02X%02X", r, g, b) 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