GamerDeMTA Posted July 16, 2013 Share Posted July 16, 2013 Where's the script of /me command? Link to comment
myonlake Posted July 16, 2013 Share Posted July 16, 2013 /me command is an internal command of MTA Link to comment
codeluaeveryday Posted July 17, 2013 Share Posted July 17, 2013 You can modify the me command using onPlayerChat: addEventHandler('onPlayerChat', getRootElement(), function(msg, msgType) if msgType == 1 then cancelEvent() outputChatBox('(ME) '..msg, getRootElement, 100, 200, 100) -- do what evah here end end ) 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