Moderators Patrick Posted March 16, 2020 Moderators Posted March 16, 2020 I think the only way if you hide the chat, with showChat Or cancel the keypress event: addEventHandler("onClientKey", root, function(key, state) if key == "t" and state then cancelEvent() end end)
hrtht Posted March 16, 2020 Author Posted March 16, 2020 3 hours ago, Patrick said: I think the only way if you hide the chat, with showChat Or cancel the keypress event: addEventHandler("onClientKey", root, function(key, state) if key == "t" and state then cancelEvent() end end) thanks man !
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