Search results

  1. Jakkee

    Solved DONATOR VİP HOME DELAY

    Yep, Save/Lib I imported datetime just fine
  2. Jakkee

    Solved DONATOR VİP HOME DELAY

    import random isn't being loaded, I didn't try without a Try/Catch. I added Util.Log("hdsbf4t") just before the pass in the except to see if datetime loaded. EDIT: [IPModule] HomeSystem plugin could not be loaded. ImportException: No module named random
  3. Jakkee

    Single plugins folder

    I was thinking about to have just a single plugins folder, Would make it very for people who are new to fougerite to install plugins. I'd assume its possible to do this, Also have C# plugins in the same folder? Would save the person from looking up how to find Fougerite.CFG and adding it in...
  4. Jakkee

    2013 Version of game. (Zombies)

    Nice idea, but i'm pretty its every buggy. Would be cool though
  5. Jakkee

    Approved DonatorRank

    Jakkee updated DonatorRank with a new update entry: V 1.7 - Added home TpDelay / Cooldown. Read the rest of this update entry...
  6. Jakkee

    DonatorRank - V 1.7 - Added home TpDelay / Cooldown.

    Added home Teleport delay and Cooldown per rank, So VIP's can have a delay of 0 seconds and cooldown of 0 seconds if you really wanted to.
  7. Jakkee

    Solved DONATOR VİP HOME DELAY

    Also your Random module is not being imported, Plus the waitime is always 0.0/0.0 For waittime i recommend importing datetime and replaceing Line #484 - 486, With: Player.Message("Time remaining: " + str(datetime.timedelta(0, (cooldown / 1000) - (calc / 1000)))) which will Print SEVRERNAME: HH:MM:SS
  8. Jakkee

    Solved DONATOR VİP HOME DELAY

    Replace DonatorRankCheck() with: Line #449, Replace with: cooldown = self.DonatorRankCheck("CoolDown", id) Line #454, Replace with:tpdelay = self.DonatorRankCheck("TpDelay", id) Line #490, Replace with:maxh = self.DonatorRankCheck("MaxHomes", id)
  9. Jakkee

    Solved DONATOR VİP HOME DELAY

    I'd have to add the option, I'll let you know when I've finished
  10. Jakkee

    Approved Rust Legacy Server + Fougerite [Deleted]

    You don't need a cracked server, Theres a plugin to allow cracked clients. AuthAllow
  11. Jakkee

    Solved DONATOR VİP HOME DELAY

    If you want to support this in your HomeSystem You want it so player have to wait 5minutes before teleport? Or is that the cooldown?
  12. Jakkee

    Maybe someone will be able to implement?

    Taken from R-AntiGlitch V 1.2 (removed in the later updates) function PLUGIN:ModifyDamage(takedamage,damage) if(self.Config.AntiWolfAndBearGlitch) then if not (tostring(type(damage) ~= "userdata")) or not (tostring(type(takedamage) ~= "userdata")) then return end...
  13. Jakkee

    Solved DONATOR VİP HOME DELAY

    Would be up to @DreTaX. Also a little modification in DonatorRank