Scripting Posted February 27, 2012 Share Posted February 27, 2012 I want a help, how i can binKey this command /report For Exemple: make a bind (u) to open the window window = the window when the player command /report open it Link to comment
Castillo Posted February 27, 2012 Share Posted February 27, 2012 You want to bind the key "U" to open the Admin Panel report system? if so: bindKey("U","down", function () executeCommandHandler("report") end ) Link to comment
Scripting Posted February 27, 2012 Author Share Posted February 27, 2012 Yea thanks you is it 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