Author Topic: Help For Client Enter Server Message.  (Read 453 times)

What would i use for a code to make it where when a player joins the server and it says in the chat log "This server is running on blah blah blah"

Put this in a package, and configure it to your liking.
Code: [Select]
function GameConnection::OnClientEnterGame(%client)
{
parent::OnClientEnterGame(%client);
messageclient(%client,'',"<color:F0F000>Your message here!");
}

Put this in a package, and configure it to your liking.
Code: [Select]
function GameConnection::OnClientEnterGame(%client)
{
parent::OnClientEnterGame(%client);
messageclient(%client,'',"<color:F0F000>Your message here!");
}

Quote
I see you keep a spoon handy.

I see you keep a spoon handy.
Quote
OH, it's because I just spoon fed him the answers! Hah!

What would i use for a code to make it where when a player joins the server and it says in the chat log "This server is running on blah blah blah"

Please don't do this unless it's absolutely necessary. Otherwise it's just annoying advertising.

Please don't do this unless it's absolutely necessary. Otherwise it's just annoying advertising.

Thanks Greek, its nice to hear some advice from a pro