Search results

  1. DreTaX

    Approved Moderators

    What do you mean?
  2. DreTaX

    auto doors

    I remember that we couldn't transfer the door into a timer. Think we can do that. Convert the object to string or we also have two methods in the Util class that I made. GetDooratCoors Sent from my Samsung Galaxy S4
  3. DreTaX

    NullReferenceException on Entity.Destroy()

    Wtf. Sent from my Samsung Galaxy S4
  4. DreTaX

    auto doors

    Yeah. There were discussions about this in Magma. I think with the latest methods we are able to do It. Sent from my Samsung Galaxy S4
  5. DreTaX

    TP GUN Request

    Maybe I do. Hmm Sent from my Samsung Galaxy S4
  6. DreTaX

    Approved TpFriend

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

    TpFriend - Fixes

    3.2, Nah too lazy to add 3.1 Timer will stop unless there is a job to work on. Saves some cpu and ram Fixed the /cleartpatimers for mods Hopefully fixed the DeathMSG ban tpa bug. I added a 4th callback which will remove the whitelist against the ban whitelist after 4 seconds.
  8. DreTaX

    TP GUN Request

    Don't you accidentaly having the magma file?
  9. DreTaX

    NullReferenceException on Entity.Destroy()

    If It happens with Try, then It is not the destroy function. I removed some unnecessary coding stuffs, and changed the structure of the code to help you understand what's continue. Give it a try. def On_EntityDeployed(self, Player, Entity): if Entity.Name == "WoodPillar": #Entity...
  10. DreTaX

    NullReferenceException on Entity.Destroy()

    Can you try this? try: Entity.Destroy() except: Server.Broadcast("Something is wrong with: " + str(Entity)) return
  11. DreTaX

    Approved DeathMSG

    Currently I'm using DataStore to avoid this problem, but It seems I will need to add a 3 secs delay, and then remove It.
  12. DreTaX

    NullReferenceException on Entity.Destroy()

    If you would put a debug msg after the if round statement would that appear? Sent from my Samsung Galaxy S4
  13. DreTaX

    Approved TpFriend

    Hmmm. @mikec we might need to put try catch on the name too. I will fix It soon hopefully Its just some kind of coding mistake. Sent from my Samsung Galaxy S4
  14. DreTaX

    NullReferenceException on Entity.Destroy()

    I will check this at home Sent from my Samsung Galaxy S4
  15. DreTaX

    NullReferenceException on Entity.Destroy()

    Which Entity? Foundation, It can be anything? Also, which Event?
  16. DreTaX

    Solved Send Buffer is full, ignoring error.

    U sure this is okay? xd http://dretaxmc.eu/dretaxscreen/2015-01-18_2330.png
  17. DreTaX

    Solved Send Buffer is full, ignoring error.

    Wat. Rly? We added Try Catch methods to properties to make sure to avoid any kind of exception.
  18. DreTaX

    Solved Send Buffer is full, ignoring error.

    I updated KillingSpree plugin, grab It from github. @Jakkee https://github.com/dretax/Python-Plugins/blob/master/KillingSpree/KillingSpree.py#L47 Needs the same fix.
  19. DreTaX

    server lagging badly then crash

    Save/Logs O_o
  20. DreTaX

    server lagging badly then crash

    I think you copied the code wrong.