golanu21 Posted March 24, 2013 Posted March 24, 2013 how i stop the /me command ??? [Dev]BloWnRPG - We BloW the World [1%]
Vision Posted March 24, 2013 Posted March 24, 2013 addEventHandler ( "onPlayerCommand", root, function ( command ) if ( command == "me" ) then cancelEvent ( ) end end )
golanu21 Posted March 24, 2013 Author Posted March 24, 2013 addEventHandler ( "onPlayerCommand", root, function ( command ) if ( command == "me" ) then cancelEvent ( ) end end ) thanx man [Dev]BloWnRPG - We BloW the World [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