I haven't tried the plugin in 4 months, but you can test it if you'd like and let me know if there are any issues.
Solved Join and leave messages
Discussion in 'Plugin Requests' started by Ehsan, Mar 9, 2015.
-
Wulf Community Admin
-
Okay, I'll do it in a bit and talk to you if you are in trouble.
[DOUBLEPOST=1461528964,1461519952][/DOUBLEPOST]Ok, he is picking up, but I wanted to type:
"xFatality is connecting ...
xFatality is connected ".
Also, when someone disconnects, only speaks:
"Abandoned the survivors." He does not speak the name. -
Wulf Community Admin
Edit the config under oxide/config to anything you'd like. -
But not have "is connecting..."
-
Wulf Community Admin
You can change the message to anything you'd like in the config. -
I think he wants to use the hook OnPlayerConnected and display the session.Name to show they are connecting before the "Connected" message. I had it on my server but after a wipe the load times are almost instant so it was a bit of a spam.
-
I can add, example:
void OnPlayerConnecting(PlayerSession session)
{
server.Broadcast(GetMessage("PlayerJoining", session.SteamId.ToString()).Replace("{name}", session.Name));
}
bool OnConnectionNotice() => true;
Connecting/Joining?
(Old is connected/joined) -
Wulf Community Admin
There are slightly earlier hooks, but it pretty much happens at nearly the same time so it wouldn't matter much. -
How display messages at the join server to player ? on oxide 2.0
Example:
Welcome to server RelaxTime
our suit oxide.com
exist such plugin ? -
Wulf Community Admin
-
Ive been looking for an hour after a Join / Leave plugin that broadcasts to chat. I cant find...
-
It sas one but he is unmaintened,
I can send you it when I am at home if you want.
He is called notifier. -
Wulf Community Admin
