Search results

  1. DreTaX

    EasyRemove for Admins

    This is a Pluton plugin, not Fougerite.
  2. DreTaX

    wild life manager commands

    Yeah. Sent from my Samsung Galaxy S4
  3. DreTaX

    Approved Moderators

    Rust++ admin flags can be set in the rust++ config. This plugin allows you not to give RCON password or RCON flag anyone, but allowing them to run commands from other plugins which support It.
  4. DreTaX

    wild life manager commands

    Is this on legacy?
  5. DreTaX

    Approved Moderators

    What do you mean?
  6. 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
  7. DreTaX

    NullReferenceException on Entity.Destroy()

    Wtf. Sent from my Samsung Galaxy S4
  8. 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
  9. DreTaX

    TP GUN Request

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

    Approved TpFriend

    DreTaX updated TpFriend with a new update entry: Fixes Read the rest of this update entry...
  11. 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.
  12. DreTaX

    TP GUN Request

    Don't you accidentaly having the magma file?
  13. 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...
  14. DreTaX

    NullReferenceException on Entity.Destroy()

    Can you try this? try: Entity.Destroy() except: Server.Broadcast("Something is wrong with: " + str(Entity)) return
  15. 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.
  16. 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
  17. 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
  18. DreTaX

    NullReferenceException on Entity.Destroy()

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

    NullReferenceException on Entity.Destroy()

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

    Solved Send Buffer is full, ignoring error.

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