Search results

  1. DreTaX

    I need help with my server

    You will need a host for that or a hosting.
  2. DreTaX

    Approved LootSpawner Client

    DreTaX submitted a new resource: LootSpawner Client - Client LootSpawner Plugin for RustBuster Read more about this resource...
  3. DreTaX

    LootSpawner Client - LootSpawner Client

    Description: This is the Client Side plugin mod for the LootSpawner Fougerite plugin. It will make your life easier if you would like to add loot spawn positions. =) The GUI client part was worked out by Salva.
  4. DreTaX

    Rust Decay

    I don't think those messages are relevant for that. Nor the decay.
  5. DreTaX

    Approved LootSpawner

    DreTaX updated LootSpawner with a new update entry: 1.1 Read the rest of this update entry...
  6. DreTaX

    LootSpawner - 1.1

    Wrong file
  7. DreTaX

    Approved LootSpawner

    DreTaX updated LootSpawner with a new update entry: 1.1 Read the rest of this update entry...
  8. DreTaX

    LootSpawner - 1.1

    Bunch of fixes and new options were added. Also optimalizations. See github. Client resource will be out soon.
  9. DreTaX

    Users Banned - How to unban?

    http://fougerite.com/resources/bannedpeople.15/
  10. DreTaX

    Approved CountryBlackList

    @Jakkee Please update your code so we can make less laggs even with sqlite: new Thread(() => { Thread.CurrentThread.IsBackground = true; // Call your method here }).Start(); Currently your thread is not background.
  11. DreTaX

    RustBusterServer - 1.7.2

    HOTFIX for Client and Server, custom plugin messages were faulty. Update is imminent!
  12. DreTaX

    Approved LootSpawner

    DreTaX submitted a new resource: LootSpawner - LootSpawn position adder with RB support by me and Salva Read more about this resource...
  13. DreTaX

    LootSpawner 1.2a

    Description: This plugin is able to add any type of loot at a given position with your management! Provided by me and Salva. It also has RB support, plugin will be released soon. This plugin is great if you have custom buildings or custom cities and you want to make them populated by spawning...
  14. DreTaX

    Approved HungerGames

    DreTaX updated HungerGames with a new update entry: 1.5.8B Read the rest of this update entry...
  15. DreTaX

    HungerGames - 1.5.8B

    Fixes for the entity finding. All should work better now and super fast =) https://github.com/dretax/Python-Plugins/commit/7b58eb1da256810b378cc032f37e1cf4ad89a51a
  16. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    ANA never did this, It just looked for illegal characters in the name.
  17. DreTaX

    Approved FriendlyFireNotice

    You are slowing the code with the file reading. Cache It. import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class FriendlyFireNotice: n = None def On_PluginInit(self): ini = self.Settings() self.n = ini.GetSetting("Popup", "Notice") def...
  18. DreTaX

    RBDownloadable

    rbdownloadable
  19. DreTaX

    RustBusterServer - 1.7.1

    Server: NEW CONFIGURATION OPTIONS ADDED, DO NOT LAUNCH YOUR SERVER WITHOUT THESE! EXPLANATION ON THE FRONT PAGE. Respond=False RejectCount=4 RejectCooldown=15 Enchanced TCP Connections. New classes were added in the Server DLL. You can create file downloads using the API. Further explanation...