Flipi Posted August 30, 2013 Share Posted August 30, 2013 hi, where this function /me? Screen: http://img844.imageshack.us/img844/6581/zzsr.png Link to comment
Moderators IIYAMA Posted August 30, 2013 Moderators Share Posted August 30, 2013 https://wiki.multitheftauto.com/wiki/DxDrawText Link to comment
Flipi Posted August 30, 2013 Author Share Posted August 30, 2013 https://wiki.multitheftauto.com/wiki/DxDrawText no, I need the location of the function in the resources folder Link to comment
Moderators IIYAMA Posted August 30, 2013 Moderators Share 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 Link to comment
PaiN^ Posted August 30, 2013 Share Posted August 30, 2013 Since it's from the game, You can't . Link to comment
Flipi Posted August 30, 2013 Author Share Posted August 30, 2013 Since it's from the game, You can't . aah oks, thanks Link to comment
Moderators IIYAMA Posted August 30, 2013 Moderators Share 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 Link to comment
Flipi Posted August 30, 2013 Author Share 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 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