ASiT Posted November 2, 2008 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...?
0 robhol Posted November 2, 2008 Posted November 2, 2008 http://development.mtasa.com/index.php?title=ShowChat Do NOT PM ME for help unless invited. - New MTA Script Editor Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.
0 ASiT Posted November 2, 2008 Author Posted November 2, 2008 sweet thanks what about the player health bar and name...?
0 robhol Posted November 2, 2008 Posted November 2, 2008 http://development.mtasa.com/index.php? ... dComponent Do NOT PM ME for help unless invited. - New MTA Script Editor Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.
0 ASiT Posted November 2, 2008 Author Posted November 2, 2008 say i was going to add this to the freeroam script where would i put these parts of code ...?
0 robhol Posted November 2, 2008 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) Do NOT PM ME for help unless invited. - New MTA Script Editor Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.
0 ASiT Posted November 2, 2008 Author Posted November 2, 2008 and where do i put the syntax thing " bool etc etc" ...?
0 eXo|Flobu Posted November 3, 2008 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 Sorry for my bad english!!!
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...?
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