RootBey Posted March 17, 2019 Posted March 17, 2019 how to prevent t keypresses ? player dont press t key what is code ?
JeViCo Posted March 17, 2019 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
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