Search results

  1. DreTaX

    Approved LegitRaid

    Will look into It.
  2. DreTaX

    Approved BannedPeople

    Rly?
  3. DreTaX

    Fougerite Official

    I do not have problems with the 1.4.5 version, but there you go, this might do the trick.
  4. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.4.5B Read the rest of this update entry...
  5. DreTaX

    Fougerite Official - 1.4.5B

    Updated Fougerite.dll, ensuring unthreaded save at shutdown.
  6. DreTaX

    Approved Clans

    Will add. Sent From My Samsung Galaxy S4
  7. DreTaX

    Solved RUST CMS By Azymok (Arizona Rust)

    If you want to sell your plugins for money, Its fine by me, unless you dont give the buyers anything. Sent From My Samsung Galaxy S4
  8. DreTaX

    Approved HungerGames

    RLY. Its freaking null what the fuck Sent From My Samsung Galaxy S4
  9. DreTaX

    Solved RUST CMS By Azymok (Arizona Rust)

    Now you do understand the struggle i sometimes have. :D Sent From My Samsung Galaxy S4
  10. DreTaX

    Fougerite Official

    75 is the number I want the player's health set to. It can be custom
  11. DreTaX

    Fougerite Official

    In C# f means float.
  12. DreTaX

    Fougerite Official

    Whoops, sorry I forgot. Here is an Alternative for that: var currenthp = Player.Health; var thehpiwant = 75f; var calc = thehpiwant - currenthp; Player.PlayerClient.controllable.takeDamage.Heal(Player.PlayerClient.controllable, calc);
  13. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.4.5

    Fixed NullReference Error at RPCFix method Added Threading to Server's AutoSave to @PearlJ 's request. The server will not show the message of the saved objects, It will be in the log files, but there won't be a 3 seconds lagg atleast on large servers Rust++ Code fixes Fougerite Code fixes
  15. DreTaX

    Fougerite Official

    I think I already fixed It in the next version. I'm pushing an update in a few.
  16. DreTaX

    Approved HungerGames

    Could you add a line like: Plugin.Log("Test", str(Loom)) before the QueueOnMainThread use please?