Yisus Christ Posted April 17, 2020 Share Posted April 17, 2020 quiero poner el comando showchat y showhud con una tecla, pero no sé como, en otros servers solo presionas el 9 y ya está. Link to comment
y453bh Posted April 17, 2020 Share Posted April 17, 2020 On 17/04/2020 at 09:18, Yisus Christ said: quiero poner el comando showchat y showhud con una tecla, pero no sé como, en otros servers solo presionas el 9 y ya está. Expand Open the console (F8) and write: bind 9 showchat Link to comment
Yisus Christ Posted April 17, 2020 Author Share Posted April 17, 2020 Quote Expand Gracias!, no sabes alguna manera de poner ese bind al servidor?, cosa de que no sea necesario que el resto lo haga manualmente. Link to comment
y453bh Posted April 17, 2020 Share Posted April 17, 2020 On 17/04/2020 at 09:23, Yisus Christ said: Gracias!, no sabes alguna manera de poner ese bind al servidor?, cosa de que no sea necesario que el resto lo haga manualmente. Expand https://www.mediafire.com/file/v99agjnn3k7076e/showchat.zip/file Just start the resource and it will be for all players Your welcome. 1 Link to comment
andresalmeida207 Posted January 25, 2023 Share Posted January 25, 2023 bro no tienes el archivo de nuevo?? Link to comment
_SAXI_ Posted January 26, 2023 Share Posted January 26, 2023 On 25/01/2023 at 22:24, andresalmeida207 said: bro no tienes el archivo de nuevo?? Expand Aquí tienes un ejemplo de como hacerlo. ES UN ARCHIVO DE TIPO CLIENTE -- Escondes o muestras el chat local chatState = true; bindKey("0",function() chatState = not chatState; showChat(chatState); end); -- Escondes o muestras el HUD local hudState = true; bindKey("9",function() hudState = not hudState; setPlayerHudComponentVisible("all",hudState); end); 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