Solved Join and leave messages

Discussion in 'Plugin Requests' started by Ehsan, Mar 9, 2015.

  1. Wulf

    Wulf Community Admin

    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.
     
  2. 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.
     
  3. Wulf

    Wulf Community Admin

    Edit the config under oxide/config to anything you'd like.
     
  4. But not have "is connecting..."
     
  5. Wulf

    Wulf Community Admin

    You can change the message to anything you'd like in the config.
     
  6. 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.
     
  7. 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)
     
  8. Wulf

    Wulf Community Admin

    There are slightly earlier hooks, but it pretty much happens at nearly the same time so it wouldn't matter much.
     
  9. 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 ?
     
  10. Wulf

    Wulf Community Admin

  11. Jmh

    Jmh

    Ive been looking for an hour after a Join / Leave plugin that broadcasts to chat. I cant find...
     
  12. It sas one but he is unmaintened,
    I can send you it when I am at home if you want.
    He is called notifier.
     
  13. Wulf

    Wulf Community Admin

    ConnectMessages | Oxide