Flipi Posted August 30, 2013 Posted August 30, 2013 hi, where this function /me? Screen: http://img844.imageshack.us/img844/6581/zzsr.png
Moderators IIYAMA Posted August 30, 2013 Moderators Posted August 30, 2013 https://wiki.multitheftauto.com/wiki/DxDrawText
Flipi Posted August 30, 2013 Author Posted August 30, 2013 https://wiki.multitheftauto.com/wiki/DxDrawText no, I need the location of the function in the resources folder
Moderators IIYAMA Posted August 30, 2013 Moderators Posted August 30, 2013 oh sorry, my bad. as far I know /me is already in mta. It isn't a resource. messageType: An integer value representing the message type: 0: normal message 1: action message (/me) 2: team message
Flipi Posted August 30, 2013 Author Posted August 30, 2013 Since it's from the game, You can't . aah oks, thanks
Moderators IIYAMA Posted August 30, 2013 Moderators Posted August 30, 2013 But you can overwrite it with lua.* addEventHandler( "onPlayerChat",root, function (msg,msgType) if msgType == 2 then outputChatBox(getPlayerName(source) .. " " .. msg,root,255,0,0) cancelEvent() end end) updated
Flipi Posted August 30, 2013 Author Posted August 30, 2013 But you can overwrite it with lua.* addEventHandler( "onPlayerChat",root, function (msg,msgType) if msgType == 2 then outputChatBox(getPlayerName(source) .. " " .. msg,root,255,0,0) cancelEvent() end end) updated ! thanks
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