Search results

  1. DreTaX

    Important wpe Packet modification causes the server error

    Well, It's not the WPE error. Which plugins are you using?
  2. DreTaX

    Approved HomeSystem

    I will do some option thingies today, and testing
  3. DreTaX

    Approved HomeSystem

    I will test this today. O_O Can you please try with this too and see if it works? https://github.com/dretax/Python-Plugins/blob/master/HomeSystem/HomeSystem.py
  4. DreTaX

    Approved HomeSystem

    FAC 0.3
  5. DreTaX

    Important wpe Packet modification causes the server error

    The problem can be other too.
  6. DreTaX

    Approved HomeSystem

    There is a whitelisting command.
  7. DreTaX

    DataStore

    Yes. "FougeriteDatastore.ds"
  8. DreTaX

    Approved SpikeDamage

    DreTaX updated SpikeDamage with a new update entry: Fixes Read the rest of this update entry...
  9. DreTaX

    SpikeDamage - Fixes

    Code fixes.
  10. DreTaX

    StackSizes

    Seems like the value is settable. Does _maxUses return any value? What happens if you set It, and you print the value after that?
  11. DreTaX

    Spawning items, and bases

    Why do you do a timer? Check this: # coding=utf-8 __author__ = 'DreTaX' __version__ = '1.0' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class Test: def On_EntityHurt(self, HurtEvent): if HurtEvent.Attacker is not None and HurtEvent.Entity is not None...
  12. DreTaX

    StackSizes

    So It worked?
  13. DreTaX

    Approved SpikeDamage

    Hmm
  14. DreTaX

    Approved SpikeDamage

    This plugin is not running on Magma and doesnt have a callback... you are wrong.
  15. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: Fixes Read the rest of this update entry...
  16. DreTaX

    DeathMSG - Fixes

    Code fixes.
  17. DreTaX

    Spawning items, and bases

    Is this a cracked server or steam?
  18. DreTaX

    StackSizes

    I think those are rust++ values. Try looping through all. for block in ItemsBlocks: Plugin.Log("List", str(block))
  19. DreTaX

    Spawning items, and bases

    Nah. He has linux.
  20. DreTaX

    Spawning items, and bases

    # coding=utf-8 __author__ = 'DreTaX' __version__ = '1.0' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class Test: def On_PluginInit(self): Plugin.CreateTimer("Flare", 6000).Start() def FlareCallback(self, timer): timer.Kill() '''...