xVincenzoDriftx Posted January 6, 2014 Share Posted January 6, 2014 Hello guys, i have a problem with gui label... I want use color coded in a gui label, but i don't know do it. I tried to do so, but it does not work. window = guiCreateWindow(17, 16, 768, 574, "Register", false) setElementData(label,"colorcoded",true) label = guiCreateLabel(10, 11, 720, 490, "Hi welcome to #FF0000my server", false, window) It don't work because the output is "Hi welcome to #FF0000my server". How can I fix? P.S: Sorry for my bad english Link to comment
Dealman Posted January 6, 2014 Share Posted January 6, 2014 Unfortunately you can't, you'll have to use guiLabelSetColor which colours the entire label. You can however make 2 labels as a workaround. Link to comment
xVincenzoDriftx Posted January 6, 2014 Author Share Posted January 6, 2014 Ah ok thanks 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