golanu21 Posted March 24, 2013 Share Posted March 24, 2013 how i stop the /me command ??? Link to comment
Vision Posted March 24, 2013 Share Posted March 24, 2013 addEventHandler ( "onPlayerCommand", root, function ( command ) if ( command == "me" ) then cancelEvent ( ) end end ) Link to comment
golanu21 Posted March 24, 2013 Author Share Posted March 24, 2013 addEventHandler ( "onPlayerCommand", root, function ( command ) if ( command == "me" ) then cancelEvent ( ) end end ) thanx man 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