SpikeRO3 Posted September 9, 2014 Share Posted September 9, 2014 Helo! I want to disable / me command and do not know how. Please help me Link to comment
MIKI785 Posted September 9, 2014 Share Posted September 9, 2014 removeCommandHandler It was never added... it's built in. Use cancelEvent in onPlayerChat. Link to comment
-.Paradox.- Posted September 9, 2014 Share Posted September 9, 2014 function blabla(message, type) if type == 1 then cancelEvent() end end addEventHandler("onPlayerChat", root, blabla) 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