Search results

  1. DreTaX

    Approved Proxy Checker

    I looked through all of my plugins to see why my server was lagging. I left out the threading, since this plugin is causing lagg spikes. This solves it. import clr clr.AddReferenceByPartialName("Fougerite") import sys import Fougerite class ProxyChecker: def On_PlayerConnected(self...
  2. DreTaX

    RustBusterServer - 1.1

    Little fixes, and all should be fine.
  3. DreTaX

    RustBuster Client - 1.1

    Update that makes the client stable, and the autoupdater work fully.
  4. DreTaX

    Fougerite Official

    Is there a more detailed error?
  5. DreTaX

    Important RustBuster Beta is out

    There will be an update out in a few minutes. It shouldn't happen but yeah.
  6. DreTaX

    Fougerite Official

    will look into that. yes
  7. DreTaX

    ItemDataBlock

    That's the name of the item.
  8. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.5.1 Read the rest of this update entry...
  9. DreTaX

    Fougerite Official - 1.5.1

    Only a small update for threading that caused lagg.
  10. DreTaX

    Important RustBuster Beta is out

    Dear users of Fougerite, RustBuster is out for public testing.
  11. DreTaX

    RustBusterServer 2.1.1

    RustBusterServer2016 Welcome to the RustBuster System! As you know, RustBuster was created to be a client side anticheat, and a future modding platform! If you plan to join the future, you came to the right place! If you want your server to appear in the ServerBrowser, write your server ip...
  12. DreTaX

    RustBuster Client 2.0.4

    CLICK HERE TO DOWNLOAD THE LATEST ONE WITHOUT REGISTRATION. CLICK HERE TO DOWNLOAD THE LATEST ONE WITHOUT REGISTRATION. CLICK HERE TO DOWNLOAD THE LATEST ONE WITHOUT REGISTRATION. RustBuster Client Welcome to a project that was promised to be done a long time ago. I got myself on and totally...
  13. DreTaX

    Approved HungerGames

    Will do. But I'm releasing RustBuster Beta today, so all should be fine. I will have to spread the word basically everywhere.
  14. DreTaX

    lag when players join server

    Possibly the problem was this: https://github.com/Notulp/Fougerite/commit/df71c5f9d1b1445a9576513b214708d254df40e7#diff-6cadad06a89e03b1163a146fb7265d6e
  15. DreTaX

    Solved Array index is out of range

    "//There's a secret code )" ..... Obviously you are trying to index out of an array. Can't help without the code sorry. --- "attacker.Disconnect();" How about checking if the attacker really is a player, and not an NPC or World? if (ivint.AttackerIsPlayer) { ...
  16. DreTaX

    lag when players join server

    Yup. Found that the Threading API i made for NON C# plugins uses thread.join, and It shouldn't. It will be removed in the next Fougerite version, no worries.
  17. DreTaX

    Approved Bonus (Python)

    http://fougerite.com/wiki/language-speed-test/
  18. DreTaX

    Important RustBuster Test and Fougerite Testing

    We may have the beta out today after some heavy testing ;)
  19. DreTaX

    Important RustBuster Test and Fougerite Testing

    Merry christmas! =)
  20. DreTaX

    lag when players join server

    I see what the problem could be.