RootBey Posted March 17, 2019 Share Posted March 17, 2019 how to prevent t keypresses ? player dont press t key what is code ? Link to comment
JeViCo Posted March 17, 2019 Share Posted March 17, 2019 @RootBey you can simply disable it with this code: addEventHandler("onClientKey", root, function(key) if key == "t" then cancelEvent() end end) OR (if you want to disable chat) you can use this code: 1 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