gabrielcosta Posted August 27, 2020 Share Posted August 27, 2020 (edited) Bom, alguém tem algum script de boas-vindas em outputchatbox? Que se resume em, toda vez que um jogador entrar, ele recebe no chat uma mensagem. Vai me ajudar bastante quem puder disponibilizar. Edited August 27, 2020 by gabrielcosta Link to comment
Boechat Posted August 27, 2020 Share Posted August 27, 2020 addEventHandler("onPlayerLogin", getRootElement(), function() outputChatBox('Bem-vindo!', source) end) Coloque isso num script no server-side e testa aí ;) Link to comment
gabrielcosta Posted August 27, 2020 Author Share Posted August 27, 2020 7 minutes ago, Boechat said: addEventHandler("onPlayerLogin", getRootElement(), function() outputChatBox('Bem-vindo!', source) end) Coloque isso num script no server-side e testa aí Valeuuuu 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