Search results

  1. Skully

    Important Pluton for Experimental Branch

    Something new! New version detected! ... no -autoupdate switch so not closing
  2. Skully

    Important Pluton for Experimental Branch

    Another bug... Used Pluton.World.AirDrop() AND Pluton.World.AirDrop(100, 400) both failed and are under ground all together when called and they wont fly away in sky... I hear and see blinking light in one place! Please look in to it :) And finally test out the Web request... I sent the example...
  3. Skully

    Web request and response

    Thanks... This somehow works and I will use this as base :) Now just some cfg.ini and will share source to you on github...
  4. Skully

    Web request and response

    Can the timer run without data and do Callback then? Like: Plugin.CreateTimer("TestTimer", 10000).Start() OR Plugin.CreateParallelTimer("TestTimer", 10000).Start() I tryed with data and without... no luck... If you are not against it baby I can look for some examples and take (some) lines? I am...
  5. Skully

    Web request and response

    Just let me know when I can finally make web plugins and upload them here :)
  6. Skully

    Web request and response

    @DreTaX did you got the delay working? Seems that I am so shitty programmer that I can't get timer to do Callback... :( (shame)... But I like web site programming and php + sql can make so much good thing for rust who has site!
  7. Skully

    Web request and response

    Yes... My fault, typed as example and missed it here! But in code I have it! But it doesn't work... ")" is not the fault...
  8. Skully

    Web request and response

    I am trying to do response = Web.GET("http://www.example.com/ban.php?name=" + name + "&steamid=" + id + "&ip=" + ip AND response = Web.GET("http://www.example.com/ban.php?name=Skully&steamid=76567989123123&ip=127.0.0.1" AND LAST JUST response = Web.GET("http://www.example.com/ban.php" What gives...
  9. Skully

    TimedEvent

    P.S. Maybe you can help me with this? http://fougerite.com/threads/web-request-and-response.254/
  10. Skully

    TimedEvent

    I am not saying nothing about lag! I did it with 1ms... but my point is that I cant get it to do Callback... Maybe I need to import something? Maybe You can give some simple (maybe same Debug,Log() that does it) code?
  11. Skully

    TimedEvent

    You maybe got any luck with callback? I really give up on this... tryed even with 1ms timer and got lagging server (remaking him self) but no callback executing!
  12. Skully

    TimedEvent

    I am looking to make auto drop plugin what calls server command event.run... But something is messing up and wont go to callback... Got it starting the timer, but now I am trying all ways what I can! Will reply if I will have the answer! This is how it starts: ini = self.DroperIniSettings()...
  13. Skully

    TimedEvent

    Something is failing when starting timer... Used: Plugin.CreateTimer("delayedTimer", 10000, data).Start() AND Plugin.CreateParallelTimer("delayedTimer", 10000, data).Start() What is wrong with Timers and I have the same problem with Web.GET and Web.POST
  14. Skully

    Web request and response

    I have this problem with Web.GET("url") and Web.POST("url", data) When they are used nothing happens and fail... Ok... if this gets fixed to me then I need response.. To get it I used: response = Web.GET("url") Will it work then?
  15. Skully

    Important Pluton for Experimental Branch

    Who can give sample of Web.GET or Web.POST code... When they are executed, then they doesn't do anything... What is wrong then, I used without try and with... When try then it jumps to except... Why?
  16. Skully

    Important Pluton for Experimental Branch

    Why Player.IP shows up with port? How to remove it safely? --EDIT-- I just split the ip where is ":"
  17. Skully

    Important Pluton for Experimental Branch

    What is needed Debug.Log to work? What to import? I have this problem when I use Web.GET("url") MissingMemberException: attribute 'GET' of 'namespace#' object is read-only What it means?
  18. Skully

    Important Pluton for Experimental Branch

    Eeem.. I have a problem... I used Web.GET("http://www.example.com/something.php") And got this error UnboundNameException: global name 'Web' is not defined Plus one question... It should be EXAMPLE: send = Web.GET("http://www.example.com/something.php") then to get response from site? Or I am...
  19. Skully

    Important Pluton for Experimental Branch

    Ohh nice... One question... Why fougerite was down, what problem?