Feche1320 Posted October 27, 2014 Posted October 27, 2014 Is there any 'official' way to cancel the outputChatBox from a resource? thanks www.host-ar.com.ar
MTA Team botder Posted October 27, 2014 MTA Team Posted October 27, 2014 https://wiki.multitheftauto.com/wiki/OnChatMessage theElement: Player element if chatbox output was done via say, teamsay or me. Resource if it was done via outputChatBox. GitHub: Debug Console • MTA-Discord Relay Scripting: How to draw a line chart with DirectX functions? • Doppler Effect in MTA • Get the client's FPS • Customizable Blur Shader
Feche1320 Posted October 27, 2014 Author Posted October 27, 2014 https://wiki.multitheftauto.com/wiki/OnChatMessagetheElement: Player element if chatbox output was done via say, teamsay or me. Resource if it was done via outputChatBox. I'm sorry but I meant client-side outputChatBox, www.host-ar.com.ar
MTA Team botder Posted October 27, 2014 MTA Team Posted October 27, 2014 Easy way (not "official"): Make a new file and overwrite the 3 functions: outputChatBox, outputDebugString, outputConsole like this: outputChatBox = function() end and copy that file to each (map?) resource, which should stay quiet and add the script to the meta. GitHub: Debug Console • MTA-Discord Relay Scripting: How to draw a line chart with DirectX functions? • Doppler Effect in MTA • Get the client's FPS • Customizable Blur Shader
Feche1320 Posted October 27, 2014 Author Posted October 27, 2014 Solution: I made an automatic script to change every resource meta.xml and add a clientfile with the function that Necktrox wrote, thanks! www.host-ar.com.ar
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