Depko Posted May 22, 2019 Share Posted May 22, 2019 (edited) Hi! I have such script addEventHandler("onClientRender", root, function() showCursor(true) guiCreateStaticImage(660, 396, 250, 30, "images/edit.png") end It is necessary for me that when pressing (on "guiCreateStaticImage") it was possible to enter symbols (login/password) and they were displayed on image. How it is possible to make it? (Without use guiCreateEdit) Quote The guiCreateStaticImage(660, 396, 250, 30, "images/edit.png"): Edited May 22, 2019 by Depko Link to comment
savour Posted May 29, 2019 Share Posted May 29, 2019 You don't need render events when dealing with cegui, also if you want the user to input anything, you must use an Editbox(you can set its alpha to zero), else you gonna have to learn some DX functions 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