Search results

  1. DreTaX

    Restriction builder

    Hmmmmmmmmmm
  2. DreTaX

    Approved Wiper

    So far two weeks testing, Wiper managed to keep my object count around 20k It's good. Seems like It's working good now.
  3. DreTaX

    Approved Wiper

    DreTaX updated Wiper with a new update entry: Fixes Read the rest of this update entry...
  4. DreTaX

    Wiper - Fixes

    Minor code fixes on disconnect event Making sure that decay removes and updates entity's health, which hopefully updates the color of the entity too. https://github.com/dretax/Python-Plugins/commit/984423d7e442663234c8a94c87d40e61dfa91306
  5. DreTaX

    Solved Add a prefix?

    I know It's old but you need a bunch of spaces in It. http://fougerite.com/wiki/on-chat/
  6. DreTaX

    Approved Wiper

    DreTaX updated Wiper with a new update entry: Fixes Read the rest of this update entry...
  7. DreTaX

    Wiper - Fixes

    Nothing serious, just checking if the value exists in the list so we won't get an error.
  8. DreTaX

    Approved BannedPeople

    DreTaX updated BannedPeople with a new update entry: Update Read the rest of this update entry...
  9. DreTaX

    BannedPeople - Update

    Console Commands now support steamid/ip unban and ban.
  10. DreTaX

    Approved AdminsOnline

    Kinda old, here is a "modern" version. Save It as AdminsOnline.py __author__ = 'DreTaX' __version__ = '1.0' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class AdminsOnline: def isMod(self, id): if DataStore.ContainsKey("Moderators", id)...
  11. DreTaX

    Approved HomeSystem

    Okay just incase I will ask if you have .NET 3.5 installed on the windows server. That would help a lot. Visual C++ too. --- The only thing I know that timers stop when the server starts to flood or something. If you want I can look on your server anytime.
  12. DreTaX

    Approved HomeSystem

    try: # Code except Exception as e: Plugin.Log("Error", str(e))
  13. DreTaX

    Approved HomeSystem

    I still dont have ideas why do you, or him has problems. I will check It out though. Remember that Legacy isnt something that you can just stabilise Sent from my Samsung Galaxy S4
  14. DreTaX

    Approved HomeSystem

    elif cmd == "deletebeds": if Player.Admin: for x in World.Entities: if x.Name == "SleepingBagA" or x.Name == "SingleBed": x.Destroy() Player.MessageFrom(self.homesystemname, "Deleted all.") Are you an admin?
  15. DreTaX

    Solved Plugin Magma

    Actually It does matter. IronPython 2.7 is based on Python 2.7 I wouldn't use Notepad++ just cause the risk of the idents. http://fougerite.com/threads/setup-pycharm-for-python-plugins.198/
  16. DreTaX

    Solved Plugin Magma

    Oh well. Dunno. LUA sadly is just not for me.
  17. DreTaX

    Approved iConomy

    Try CTRL+C to shutdown your own server
  18. DreTaX

    Important C# Plugin Development Guide

    Because you were using Notepad++ to write It. I have to say I never had sort of problems like that, after some years you just get over It. For JS there is Webstorm as an example
  19. DreTaX

    Approved BannedPeople

    DreTaX updated BannedPeople with a new update entry: Fixes Read the rest of this update entry...
  20. DreTaX

    BannedPeople - Fixes

    Disconnecting player on console ban...