Solved Max ping

Discussion in 'Plugin Requests' started by Wiken[SWE], May 21, 2015.

  1. A Plugin automatically kicking people above a set amount of ping limit e.g 50.
     
  2. Wulf

    Wulf Community Admin

    I'll be porting my plugin from the other games over to RoK soon.
     
  3. Would be great to have this
     
  4. Sounds good.
     
  5. We need a hook on
    Code:
    // CodeHatch.Networking.Sync.SyncObject
    public float Latency
    {
        get
        {
            return Mathf.Max(0f, this.LastSyncRecieved - this.LastServerSync);
        }
    }
    
     
    Last edited by a moderator: May 25, 2015
  6. bumping this for attention.
     
  7. Busy with this.
     
  8. I do not wana rush you or push you... but any estimated time before release or are you not comfertable sharing the information at this time?
     
  9. I am still trying to find the correct way of doing this, or at least a way that works.
     
  10. isnt high ping kick built into A17?

    check your server config file.
     
  11. No it is not.

    Alright mate, no rush take your time and make it good ;). Feel free to add me on skype, id love to be the first one to hear about the release and i am willing to try it on my server if need be.