ASiT Posted November 2, 2008 Share Posted November 2, 2008 Is it possible to make the chatbox disappear in the server ... its really annoying me i don't want it there for the kind of server im making ....any help...? Link to comment
0 robhol Posted November 2, 2008 Share Posted November 2, 2008 http://development.mtasa.com/index.php?title=ShowChat Link to comment
0 ASiT Posted November 2, 2008 Author Share Posted November 2, 2008 sweet thanks what about the player health bar and name...? Link to comment
0 robhol Posted November 2, 2008 Share Posted November 2, 2008 http://development.mtasa.com/index.php? ... dComponent Link to comment
0 ASiT Posted November 2, 2008 Author Share Posted November 2, 2008 say i was going to add this to the freeroam script where would i put these parts of code ...? Link to comment
0 robhol Posted November 2, 2008 Share Posted November 2, 2008 Player join, I guess. Both are clientside. (to be more accurate, the chat thing is, while the hud thing is both client- and server accessible) Link to comment
0 ASiT Posted November 2, 2008 Author Share Posted November 2, 2008 and where do i put the syntax thing " bool etc etc" ...? Link to comment
0 eXo|Flobu Posted November 3, 2008 Share Posted November 3, 2008 this must be in the client lua to hide the chat and the healthbar function hidePlayerHud() showChat ( false ) showPlayerHudComponent ( "health", false ) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), hidePlayerHud) mfg Flobu Link to comment
Question
ASiT
Is it possible to make the chatbox disappear in the server ... its really annoying me i don't want it there for the kind of server im making ....any help...?
Link to comment
7 answers to this question
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