Jump to content

Queria remover isso do chat


Gaton

Recommended Posts

On 16/09/2022 at 06:40, Gaton said:

Queria remover isso do chat quando entra no servidor, para o chat ficar clean 

unknown.png

Você não remover a linha da imagem, mas pode criar uma linha de comando com onPlayerJoin e criar um anúncio, para que o texto não apareça novamente.

function wMessages ( )

	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( " " , source, 10,255,0 )
	outputChatBox ( "Your Server name" , source, 255,0,0 )
end

addEventHandler ( "onPlayerJoin", getRootElement(), wMessages )

você pode fazer linha de comando assim,Você pode criar um sistema no lado do servidor

Edited by Shady1
Link to comment
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...