JustDance Posted January 29, 2011 Share Posted January 29, 2011 I created a new guilabel: guiCreateLabel(0.02,0.04,0.94,0.92,"This is text.",true,tabHelp) How to change "This is text." on "Just TEXT! :)" which function change text in gui and in parameters in other functions? Link to comment
Arran Posted January 29, 2011 Share Posted January 29, 2011 someLabel = guiCreateLabel(0.02,0.04,0.94,0.92,"This is text.",true,tabHelp) guiSetText(someLabel, "something new") Link to comment
JustDance Posted January 30, 2011 Author Share Posted January 30, 2011 ahhh. I forgot just ... thank 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