Search results

  1. DreTaX

    Solved Searching in World.Entities fails Silently

    I didn't know you didn't need the animation.
  2. DreTaX

    Admin problems

    What is /crush ? O_o
  3. DreTaX

    Solved [Magma] Error On_EntityHurt

    Okay. Idk how good are you at editing scripts. I would use Notepad++ to edit Jail.js
  4. DreTaX

    Solved [Magma] Error On_EntityHurt

    Found it. It's just a typical mistake at the devs. Edit your js file and find on_entityhurt Replace it with this: function On_EntityHurt(he) { if (he.Attacker != null && he.Entity != null && !he.IsDecay) { //he.Victim.Message("A player is receiving this message!"); var x...
  5. DreTaX

    Solved [Magma] Error On_EntityHurt

    That plugin has a null error. Paste the full log pls.
  6. DreTaX

    Solved Jint Plugin Issues - Cannot get plugins to work

    Currently i just made a information which you have to add at posting but u can also edit ur resources. If you want i can make sections for it also Sent from my Samsung Galaxy S4
  7. DreTaX

    Solved Searching in World.Entities fails Silently

    Why dont u just simply use allObj.Destroy(); ? Sent from my Samsung Galaxy S4
  8. DreTaX

    Some small changes in the resources.

    This is just a small notification for the @Plugin Developer s. I made a small modification in the plugin's description. This may help for the users in the future, just to simply avoid questions about which engine does your plugin run on. Please edit your resources to your needs. Thanks.
  9. DreTaX

    Hooks

    Hmmm
  10. DreTaX

    SleepingBagExploitFix

    Since C# is the main language it is faster than any interpreter will come out. Check out Jint and IronPython performance in google. For example the entity find at location or the door is just the same method as the javascript i made it for. Difference is when i used it in Js it took 10sec to...
  11. DreTaX

    Approved AdminPlus

    Fougerite MC has a fix so you can use both Sent from my Samsung Galaxy S4
  12. DreTaX

    My Plugins

    ? Sent from my Samsung Galaxy S4
  13. DreTaX

    GSP

    Streamlines seemed very nice when i was talking to them. They told me if everything is fime with the 1.0.5 they will make a one click installer for their users. Sent from my Samsung Galaxy S4
  14. DreTaX

    Very dumb question, but how do I set myself as admin?

    /setmasteradmin Sent from my Samsung Galaxy S4
  15. DreTaX

    Solved Throws error

    Spoooocky @SPooCK
  16. DreTaX

    Good job

    Mono is not an IDE. http://docs.unity3d.com/Manual/UsingDLL.html
  17. DreTaX

    Bag Despawn Rate

    Whooooooooooops. Well i guess the lootbag is not an entity. @balu92 ?
  18. DreTaX

    I feel lucky

    xD @SPooCK shame on you.
  19. DreTaX

    Good job

    Nein C# erino.
  20. DreTaX

    Bag Despawn Rate

    Look in my homesystem, you may use BadZombi's timer solution, or see here, as adding the entity's instanceid as a parameter, and then removing it. Or you may play around with time, like putting the current time into an ini, when you place a bed, and making a timer to check the times in every...