Kaylin Posted January 13, 2011 Share Posted January 13, 2011 Hi, How can I deactivate the standard Chat? I want to make a reallife server, but don't want to use the standard chat... Hope you can help ... Link to comment
AcidbRain Posted January 13, 2011 Share Posted January 13, 2011 https://wiki.multitheftauto.com/wiki/ShowChat Link to comment
Kaylin Posted January 13, 2011 Author Share Posted January 13, 2011 The Chat should be shown, but without standard text input... Link to comment
Castillo Posted January 13, 2011 Share Posted January 13, 2011 addEventHandler( "onPlayerChat", getRootElement(), function ( message, messageType ) if messageType == 0 then cancelEvent() end end) Link to comment
SDK Posted January 13, 2011 Share Posted January 13, 2011 And if you don't want them to be able to open the box, you can use toggleControl(thePlayer, 'chat', false). (This doesn't disable chat, players can still use 'say' in the console, so use Solidsnake14's script too ^ ) 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