Search results

  1. DreTaX

    Important Pluton for Experimental Branch

    Reminding you what I said. When checking simply the attacker for some reason the plugin always returns.
  2. DreTaX

    Web request and response

    def NekerCallback(self, timer): Server.Broadcast("omg") def On_PluginInit(self): Plugin.CreateTimer("Neker", 1000).Start()
  3. DreTaX

    Web request and response

    I know.how to do a simple timer, but not Parllarel, i havent tried that yet. I will copy it in amin Sent from my Samsung Galaxy S4
  4. DreTaX

    Web request and response

    I'm not sure, i put my tpfriend plugin in it's discussions for people to test it. I'm really unsure tho.
  5. DreTaX

    Important Pluton for Experimental Branch

    def On_PlayerAttacked(self, PlayerHurtEvent): if PlayerHurtEvent.Attacker.ToPlayer().displayName is not None: PlayerHurtEvent.DamageAmount = 0
  6. DreTaX

    Important Pluton for Experimental Branch

    Ofc you can do it.
  7. DreTaX

    Instabuild

    hmmmmmmm. I will look in it tomorrow.
  8. DreTaX

    Web request and response

    @balu92 any ideas? Do we need to import Web?
  9. DreTaX

    Web request and response

    response = Web.GET("http://www.example.com/ban.php?name=Skully&steamid=76567989123123&ip=127.0.0.1")
  10. DreTaX

    Web request and response

    I created something like this on legacy, but you are missing a ) at the end of the line
  11. DreTaX

    Important Pluton for Experimental Branch

    Try with the build i attached in my last post.
  12. DreTaX

    Important Pluton for Experimental Branch

    Try this one, and give a feed back. I'm unsure about it tho.
  13. DreTaX

    Important Pluton for Experimental Branch

    I don't get those errors. O_o
  14. DreTaX

    Web request and response

    What is the url that you are typing?
  15. DreTaX

    Important Pluton for Experimental Branch

    Are you using 1.2?
  16. DreTaX

    Important Pluton for Experimental Branch

    Streamlines has It's installer for It, and the even put plugin installers in it. @-uK might able to help you with some advices if you ask.
  17. DreTaX

    TpFriend

    I commited, use the latest one now. You may even try the newest deathmsg too.
  18. DreTaX

    DeathMSG

    DreTaX updated DeathMSG with a new update entry: Fixes Read the rest of this update entry...
  19. DreTaX

    TpFriend

    If you guys can please test this one: https://github.com/dretax/Python-Plugins/tree/master/PlutonPlugins/TpFriend Also, if you have time for it, please check if the request autokill timer is working. (Ini needs to be updated) It means if you type /tpa xyz and wait 35 seconds, the request should...