Search results

  1. DreTaX

    Pishtaz Game

    Sorry for the delay. Is this srv still running?
  2. DreTaX

    Server login problem

    I will check it soon.
  3. DreTaX

    Server login problem

    Give us Rustbuster.log from client side, and also give us the server side log / server side rustbuster log.
  4. DreTaX

    Approved KillFeed

    Well... Issue: def On_PlayerKilled(self, DeathEvent): if self.Enable == 1: if DataStore.Get("pop", DeathEvent.Attacker.SteamID): if DeathEvent.VictimIsPlayer and DeathEvent.AttackerIsPlayer: DeathEvent.Attacker.Notice("☠", "You killed...
  5. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: 1.2 Read the rest of this update entry...
  6. DreTaX

    DeathMSG - 1.2

    Added new config option. Basically you can now make DeathMSG display the deaths on console also. https://github.com/dretax/DeathMSG/commit/d1570f4ec6580328f2ff6f01560f7f2b0a723230
  7. DreTaX

    Fougerite Official

    ensure u have deleted the specified modules folders
  8. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.7.2

    Fixed a bug in Fougerite.dll
  10. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.7.1

    Had wrong prepatched dlls in the package. Updated them sorry. Recompiled Fougerite.dll and the patcher just incase also.
  12. DreTaX

    Fougerite Official

  13. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.7.1

    No changes, the release file accidentaly contained the IronPython.Deps.dll file. Delete it from your server (Managed folder)
  15. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.7.1

    Code fixes. Malicious Crash fixes hopefully. Only Fougerite.dll was updated.
  17. DreTaX

    Solved RustBuster Client Problem

    ^ Settings.ini in the RBServer folder. CheckForMovement=true CheckForWeapons=true Set these two for false for now until the update comes out.
  18. DreTaX

    How use KeyBoardAPI?

    Here is the example by @salva , with a small addition: using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using RustBuster2016.API; namespace TEEEEESSSSSTTTTT { public class PluginGUI : MonoBehaviour { public void OnGUI()...
  19. DreTaX

    How use KeyBoardAPI?

    Only client side RB.