SpoC^ Posted May 27, 2015 Posted May 27, 2015 (edited) Hi guys, I want adaptation in my login panel, after clicking the 'Entrar' = 'Login' button "auto execute" a command, ie when player click the button, the bind command, Example: /load execute... someone please help? shLogin = guiCreateStaticImage( X + 309, Y + 94, 100, 40, "txd/3.png", false ) addEventHandler("onClientGUIClick",shLogin,onClickBtnLogin) addEventHandler( "onClientMouseEnter",shLogin,LoginSH) addEventHandler("onClientMouseLeave",shLogin,SErem) Edited May 27, 2015 by Guest
SpoC^ Posted May 27, 2015 Author Posted May 27, 2015 executeCommandHandler ? Yeah, complete my function please...
Walid Posted May 27, 2015 Posted May 27, 2015 Yeah, complete my function please... Does the command "/load" work when you use it in F8? The command is in server side or client side?
SpoC^ Posted May 27, 2015 Author Posted May 27, 2015 Yeah, complete my function please... Does the command "/load" work when you use it in F8? The command is in server side or client side? Yes work in f8, but my intention is to facilitate the work to the player by placing directly to perform clicking 'Login' ...
xeon17 Posted May 27, 2015 Posted May 27, 2015 executeCommandHandler ? Yeah, complete my function please... executeCommandHandler ( 'load') So hard
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