Search results

  1. tarynkelley

    Hunger Games teleport back problem

    By implementing a double teleport, (like for /home and /tpa)
  2. tarynkelley

    Approved DestroySystem

    Is there any way to check if a Box has items in it? Would be a neat feature that you can't destroy boxes containing items.
  3. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    If your players can't read there's really not much you can do about it ;) Maybe to also PopUp the message. If a player presses F3, nothing will happen. Only when he presses hackmenu keys.
  4. tarynkelley

    Fougerite Official

  5. tarynkelley

    Environment.TickCount returns negative numbers

    When the 24 day pass you have to restart the whole server because all plugins using System Tick don't work properly anymore. And then you have to manually flush the DS DB of the Plugins (e.g. DonatorRank, TimeVoter) etc to get it back to work... TLDR I'm too lazy for that :D
  6. tarynkelley

    Approved DonatorRank

    Yes, its possible. Here it is with console command : donator.flush
  7. tarynkelley

    Approved DonatorRank

    I actually meant that you have to reload the DonatorRank plugin with python.reload after you used /donatorflush
  8. tarynkelley

    Environment.TickCount returns negative numbers

    Why not using GetTickCount64() https://msdn.microsoft.com/en-us/library/windows/desktop/ms724411(v=vs.85).aspx using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; namespace...
  9. tarynkelley

    Approved DonatorRank

    If they have 4 days in cooldown then you need to flush the database of DonatorRank and reload the plugin with python.reload console command. I myself never had that problem. # -*- coding: utf-8 -*- __title__ = 'DonatorFlush' __author__ = 'tarynkelley' __version__ = '0.1' import clr...
  10. tarynkelley

    Approved Recorder

    Any updates regarding the recorder? Edit: I was able to fix the problem. Now it only works for Admins.
  11. tarynkelley

    Approved Rust Legacy Server + Fougerite [Deleted]

    tarynkelley submitted a new resource: Rust Legacy Server + Fougerite - Rust Legacy Server with Fougerite 1.4.7 Prepatched Read more about this resource...
  12. tarynkelley

    Approved Rust Legacy Server + Fougerite [Deleted]

    tarynkelley submitted a new resource: Rust Legacy Server + Fougerite - Rust Legacy Server with Fougerite 1.4.8 Prepatched Read more about this resource...
  13. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    The manual /recoiltest does not give you ammo when you shoot because a check for DataStore.GetInstance().ContainsKey("RecoilTest", id) is missing on "OnShoot" Also I suggest to remove the messages that you have to reload your Weapon, since this is not necessary anymore for the Manual test and...
  14. tarynkelley

    Approved Freezer (Fixed)

    Fixed? [IPModule] Freezer plugin could not be loaded. SyntaxErrorException: unexpected token 'else' Also it must be args[0] instead if args[1]. Fix of the fix see attachment ;)
  15. tarynkelley

    Approved TempMute

    [IronPython] Error in plugin TempMute: Traceback (most recent call last): File "<string>", line 20, in On_PluginInit TypeError: iteration over non-sequence of type NoneType This error only happens when the plugin is loaded before the first execution of tempmute on a fresh server (empty...
  16. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    Yes, i remember it. Is it possible to optimize the detection by increasing the wait time of 3,5 seconds in order to prevent false positives? Or maybe dropping them 2 times?
  17. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    So after 3,5 secs after the drop it checks if the player got hurt, right? How can it be that there are false positives, specially with high pings?
  18. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    How does the Drop Test exactly work? I'm not able to figure it out by the source code. var timedEvent = CreateParallelTimer(3500, dict); timedEvent.OnFire += Callback2; timedEvent.Start(); What exactly is the 3500ms?
  19. tarynkelley

    Fougerite Official

    Yes the prepatched files are working fine.
  20. tarynkelley

    Fougerite Official

    I did. Its a fresh installation. [6/24/2016 11:39 PM] Prepraching LatePost method... [6/24/2016 11:39 PM] Prepatching UpdateDelegate [6/24/2016 11:39 PM] Success! Patching other methods... [6/24/2016 11:39 PM] 95 [6/24/2016 11:39 PM] The patch was applied successfully!