overlocus Posted September 14, 2018 Share Posted September 14, 2018 I have a /me script, but I did not add it and I do not know where you are, how do I remove this script? Link to comment
Dimos7 Posted September 14, 2018 Share Posted September 14, 2018 19 minutes ago, overlocus said: I have a /me script, but I did not add it and I do not know where you are, how do I remove this script? that exist from mta itself you can bult one with your own Link to comment
overlocus Posted September 14, 2018 Author Share Posted September 14, 2018 i didn't understand 1 hour ago, Dimos7 said: that exist from mta itself you can bult one with your own Link to comment
Dimos7 Posted September 14, 2018 Share Posted September 14, 2018 39 minutes ago, overlocus said: i didn't understand I mean that mta have it but his own as understand you want to not be show the message of /me Link to comment
ZoNe Posted September 14, 2018 Share Posted September 14, 2018 addEventHandler("onPlayerCommand", root, function(command) if command == "me" then cancelEvent() end end) Link to comment
overlocus Posted September 15, 2018 Author Share Posted September 15, 2018 12 hours ago, ZoNe said: addEventHandler("onPlayerCommand", root, function(command) if command == "me" then cancelEvent() end end) Is there no way to find this script? Link to comment
MIKI785 Posted September 15, 2018 Share Posted September 15, 2018 1 hour ago, overlocus said: Is there no way to find this script? That's to remove the command. There is no script for it as it is hard-coded into mta server. 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