Search results

  1. DreTaX

    Approved IdIdentifier

    There we go. Your code contains non ascii and mono neither rust canr handle It. Sent from my Samsung Galaxy S4
  2. DreTaX

    Tracking players

    Crafting unlocker will be solved once we have the crafting event. Sent from my Samsung Galaxy S4
  3. DreTaX

    Tracking players

    First one. Meh, getting the keybroad of the player isn't possible in rust. 2. I looked up for an item pickup event, can't find It, neither oxide has It :/ 3. You can do that if you want. Would require a hurtevent, and you can use Plugin.Log. I will update the IPM module, so it will print the...
  4. DreTaX

    Approved IdIdentifier

    What is fachelp and Leave?
  5. DreTaX

    Solved Some errors

    You should. If you don't want, then update the IPM atleast. http://fougerite.com/resources/ironpython-module.96/ 1.0.9 will be probably the best version ,1.0.8 got lots of fixed though. If you update to 1.0.8 i will add you to the beta patcher testers.
  6. DreTaX

    auto doors

    If anyone can get me a lua i will look in it, and update that plugin.
  7. DreTaX

    auto doors

    Yeah, that's where I stuck. Is there any oxide alternativies for ths? I think i missed to update a door.
  8. DreTaX

    Solved Fougerite 1.0.8 Help

    You want to host cracked?
  9. DreTaX

    Solved Fougerite 1.0.8 Help

    You want to host cracked?
  10. DreTaX

    Solved Fougerite 1.0.8 Help

    http://fougerite.com/threads/how-to-setup-fougerite-on-your-server.3/
  11. DreTaX

    Approved IdIdentifier

    What plugins are u using?
  12. DreTaX

    Approved IdIdentifier

    '[3/14/2015 4:15:42 PM] [Debug] User Disconnected: Stranger (76561198214935124)' That's what you copy pasted. Besides, that user disconnects, while the error is in a connection event. That has nothing to do with names. Not the ANA plugin error. Not the names.
  13. DreTaX

    Approved IdIdentifier

    O_O The most interesting part is that according to your log the Stranger doesn't have a number
  14. DreTaX

    Approved DeathMSG

    Cake is a lie.
  15. DreTaX

    Approved DeathMSG

    @mikec I'm pretty sure now, even if you turn off the dem debug option, you STILL get It in the logs. @h0wHigh It's not an error, don't worry. I guess you also have the debug on false in the cfg?
  16. DreTaX

    Approved DestroySystem

    Here, test this. I added a command /destroyall https://github.com/dretax/Python-Plugins/blob/master/DestroySystem/DestroySystem.py If you wish to change the commands, use an editor and edit the line 119 and 130 So like instead if cmd == "destroy" or cmd == "crush" or cmd == "c": you can have...
  17. DreTaX

    Approved DestroySystem

    Is that command for users, or just admins only?
  18. DreTaX

    Solved Rad zones and Animals stronger

    Until next version comes, you can also do: Player.PlayerClient.controllable.health = 100
  19. DreTaX

    Restriction builder

    Weregthjklé.loiu I thought u will handle It. xD
  20. DreTaX

    Approved Vanish

    Ahh yeah. Mike broke the Health property. You gotta alter the way with the Player.PlayerClient thing for now.