Search results

  1. DreTaX

    Web request and response

    def NekerCallback(self, timer): Server.Broadcast("omg") def On_PluginInit(self): Plugin.CreateTimer("Neker", 1000).Start()
  2. 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
  3. 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.
  4. DreTaX

    Important Pluton for Experimental Branch

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

    Important Pluton for Experimental Branch

    Ofc you can do it.
  6. DreTaX

    Instabuild

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

    Web request and response

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

    Web request and response

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

    Web request and response

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

    Important Pluton for Experimental Branch

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

    Important Pluton for Experimental Branch

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

    Important Pluton for Experimental Branch

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

    Web request and response

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

    Important Pluton for Experimental Branch

    Are you using 1.2?