berry172 Posted August 28, 2012 Share Posted August 28, 2012 bEditChar = guiCreateButton(0.05, 0.875, 0.9, 0.05, "FF00FF00 Karakter módosítása", true, tabCharacter) addEventHandler("onClientGUIClick", bEditChar, editSelectedCharacter, false) how to color? FF00FF00 not work... Link to comment
TAPL Posted August 28, 2012 Share Posted August 28, 2012 You need to use this to change the text color in the button. guiSetProperty Link to comment
berry172 Posted August 28, 2012 Author Share Posted August 28, 2012 You need to use this to change the text color in the button. guiSetProperty Please write example... Please Link to comment
gokalpfirat Posted August 28, 2012 Share Posted August 28, 2012 (edited) guiSetProperty(bEditChar,NormalTextColour,#87F717) I dont use color too much and I think this wont work. Edited August 28, 2012 by Guest Link to comment
Anderl Posted August 28, 2012 Share Posted August 28, 2012 You need to use this to change the text color in the button. guiSetProperty Please write example... Please Why you ask for example everytime? JUST SEARCH WIKI. Link to comment
Al3grab Posted August 28, 2012 Share Posted August 28, 2012 guiSetProperty(Button,"NormalTextColour","FFFFFF00") Link to comment
berry172 Posted August 29, 2012 Author Share Posted August 29, 2012 --///////////// guiSetProperty(bNext,"NormalTextColour","#87F717") bNext = guiCreateButton(0.05, 0.75, 0.9, 0.1, "Új karakter befejezése", true, tabCreationSix) not work. problem? Link to comment
Smart. Posted August 29, 2012 Share Posted August 29, 2012 You need to color the button AFTER you've created it. Link to comment
berry172 Posted August 29, 2012 Author Share Posted August 29, 2012 You need to color the button AFTER you've created it. How? Link to comment
TAPL Posted August 29, 2012 Share Posted August 29, 2012 You need to color the button AFTER you've created it. How? lol? I wonder what is difficult for you to understand in this sentence Simply What you've did is this: 1- color the button. 2- create the button. While you must do this: 1- create the button. 2- color the button. if you still can't get this, i am sorry scripting is not for you. 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