1. Code:
    private void OnPlayerDisconnect(PlayerSession Player)//not working
    {
        hurt.BroadcastChat("Msg",Player.Name);  //not working
    }
    this is bug or other?
     
  2. Wulf

    Wulf Community Admin

    The hook name is OnPlayerDisconnected, not OnPlayerDisconnect.
     
  3. thanks.