pa3ck Posted January 23, 2014 Posted January 23, 2014 Morning, I've made a new chatbox, and what I want to do is that I'll bind it to a key. As far as I know ( I don't know why I think this, I might be wrong ) there's some way to do that, just like you would press "t" and as you type, you will see the text under your default chatbox. Am I right? Is that possible?
Gallardo9944 Posted January 23, 2014 Posted January 23, 2014 onClientCharacter would help. But backspace has to be parsed manually. Code Debugger - Minimalistic MTA debug line replacement
pa3ck Posted January 23, 2014 Author Posted January 23, 2014 Thank you, but I was right, there's a built in function: bindKey("b", "down", "chatbox", "Name")
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