TonyJunakPRO Posted April 2, 2011 Share Posted April 2, 2011 how to disable catbox T and Y buttons? Link to comment
Castillo Posted April 2, 2011 Share Posted April 2, 2011 Well, you can use use showChat function, or if you only want to disable it for yourself, MTA has built-in command /chat 0. Link to comment
Castillo Posted April 2, 2011 Share Posted April 2, 2011 Piorun, showChat is alot easier Link to comment
Piorun Posted April 2, 2011 Share Posted April 2, 2011 Hmm .. i think you have too right Link to comment
TonyJunakPRO Posted April 2, 2011 Author Share Posted April 2, 2011 or unbind theese keys how to unbind keys, please tell Link to comment
TonyJunakPRO Posted April 2, 2011 Author Share Posted April 2, 2011 how can i make script what automatically unbinds key t and y Link to comment
AGENT_STEELMEAT Posted April 2, 2011 Share Posted April 2, 2011 addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() unbindKey("t") unbindKey("y") end ) Not tested, might have a typo or two. Link to comment
CowTurbo Posted April 3, 2011 Share Posted April 3, 2011 guiSetInputEnabled is what he need i think. Link to comment
Castillo Posted April 3, 2011 Share Posted April 3, 2011 No, CowTurbo, this will also show a cursor, showChat is what he requires. Link to comment
Piorun Posted April 3, 2011 Share Posted April 3, 2011 But meybe he want to disable chat option for every player, but show a masseges sending from the server only?? This is a problem -.-. Link to comment
TonyJunakPRO Posted April 3, 2011 Author Share Posted April 3, 2011 no, i want to disable t and y keys and make my own GUI what outputs chat 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