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
-
[DOUBLEPOST=1461528964,1461519952][/DOUBLEPOST]
"xFatality is connecting ...
xFatality is connected ".
Also, when someone disconnects, only speaks:
"Abandoned the survivors." He does not speak the name. -
Wulf Community Admin
-
But not have "is connecting..."
-
Wulf Community Admin
-
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
-
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