Ping

Moved

Total Downloads: 1,405 - First Release: May 19, 2016 - Last Update: Dec 10, 2016

5/5, 4 likes
  1. Wulf

    Wulf Community Admin

  2. Is there another ping plugin for RUST legacy?
     
  3. Wulf

    Wulf Community Admin

    THIS plugin IS for Rust Legacy too.
     
  4. I did not find
     
  5. Wulf

    Wulf Community Admin

    You're on the page for it... Click Overview > Download.
     
  6. Hahahaha, how am I dumb
     
  7. Dont work here

    =
    [Oxide] 2:18 AM [Error] Plugin failed to compile: Ping (leaving previous version
    loaded)
    [Oxide] 2:18 AM [Error] Ping plugin failed to compile!
    [Oxide] 2:18 AM [Error] Ping.cs(24,33): error CS0115: `Oxide.Plugins.Ping.LoadDe
    faultConfig()' is marked as an override but no suitable method found to override
     
  8. Wulf

    Wulf Community Admin

    Which Oxide version are you using? You can check using the oxide.version command.
     
  9. > oxide.version
    Oxide Version: 2.0.1185, Rust Protocol: 1069
     
  10. Wulf

    Wulf Community Admin

    That's very outdated, you'll need to update Oxide and use an official version of the game.
     
  11. Do not work on rust pirate? I have a official game, but my friends have a pirate game
     
  12. Wulf

    Wulf Community Admin

    No, we do not support piracy. Rust is $10 or less in most countries right now, they may want to jump on that and support the developers.
     
  13. Feature request: giving the ability for easy ping checking of other players for people with a certain permission
     
  14. Wulf

    Wulf Community Admin

    Wulf updated Ping with a new update entry:

    1.8.0

     
  15. correct Russian translation for lang file:
    Code:
    {
      "KickWarning": "Вы будете выкинуты с сервера в течении {0} секунд если Ваш пинг не уменьшится",
      "PingTooHigh": "Ваш пинг слишком высокий: {0} мс",
      "NotAllowed": "У Вас нет прав использовать комманду «{0}»",
      "PlayerKicked": "{0} был выкинут с сервера за слишком высокий пинг ({1} мс)",
      "PlayerNotFound": "Игрок «{0}» не найден",
      "YourPing": "Ваш пинг: {0} мс"
    }
     
  16. correct russian translation:

    Code:
                // Russian
                lang.RegisterMessages(new Dictionary<string, string>
                {
                    ["KickWarning"] = "Вы будете кикнуты через {0} сек. если пинг не опустится",
                    ["NotAllowed"] = "У вас нет прав на использование команды: «{0}»",
                    ["PingTooHigh"] = "У вас слишком высокий пинг: {0} мс",
                    ["PlayerKicked"] = "Игрок «{0}» был кикнут с сервера из-за высокого пинга ({1} мс)",
                    ["PlayerNotFound"] = "Игрок «{0}» не найден",
                    ["YourPing"] = "Ваш пинг {0} мс"
                }, this, "ru");
    
     
  17. Wulf

    Wulf Community Admin

    But which one is actually correct... ;)
     
  18. both, but my literate
     
  19. "literate" ? don't laugh my pants =)
    for example "кикнут", "кикнуты" isn't Russian words at all..
    anyways, both ok..