Search results

  1. DreTaX

    [JS] CraftTime

    Why don't u use the JavaScript Syntax on the web for JS? Edited It.
  2. DreTaX

    TpFriend Conversion

    Safe Teleport remained in from the conversion. And nah. Replacing the nan check to this: usedtp = DataStore.Get("tpfriendusedtp", Player.SteamID) if DataStore.ContainsKey("tpfriendcooldown", Player.SteamID): time = DataStore.Get("tpfriendcooldown"...
  3. DreTaX

    Important Pluton for Experimental Branch

    Datastore is for saving bigger dbs. Like If i would convert KKMoney now, I would probably remove the inifile completely. Why? Since putting small ints to a bunch of Ids can even make the inifile full. Making a for cycle in the keys of the ini would be also slower. But, using inifile for like 20...
  4. DreTaX

    Approved EasySuicide

    Legacy... Well. It kostly stuck on connectionand disconnection, since the player could dc whenever he wanted. That caused an error to request the steamid. Try catch solves everything, and i even remember that i made a post about it. In experi, Im not quite sure that they handled the events and...
  5. DreTaX

    TpFriend Conversion

    Thanks again. Sent from my Samsung Galaxy S4
  6. DreTaX

    TpFriend Conversion

    Thanks for the list thox atleast I dont have to find them myself xD Sent from my Samsung Galaxy S4
  7. DreTaX

    TpFriend Conversion

    Please note that this didnt gp to the releases cause of that. It was a 10 mins conversion ;P Sent from my Samsung Galaxy S4
  8. DreTaX

    BannedPeople

    DreTaX updated BannedPeople with a new update entry: Fixes Read the rest of this update entry...
  9. DreTaX

    Important Pluton for Experimental Branch

    Yeah, when I was testing with balu I removed It, but It seems I forgot to re-add It...Thanks for that. https://github.com/dretax/Python-Plugins/commit/3fb8bb231afd0ff3900167238482960531b708ad
  10. DreTaX

    Important Pluton for Experimental Branch

    I can't seem to find the web post and get methods, so probably mr.illuminati (@balu92) forgot to add it.
  11. DreTaX

    Important Pluton for Experimental Branch

    That's my job. You guys might want to check out: http://fougerite.com/threads/tpfriend-conversion.234/
  12. DreTaX

    TpFriend Conversion

    No time to test, but: https://github.com/dretax/Python-Plugins/tree/master/PlutonPlugins/TpFriend Doesn't contain the delay yet. Didn't have the time for It yet.
  13. DreTaX

    BannedPeople

    DreTaX submitted a new resource: BannedPeople - Ban People also By IP , Ini Database with unban command Read more about this resource...
  14. DreTaX

    Important Pluton for Experimental Branch

    It's a temp section, but It's a small setup. Use It. http://fougerite.com/forums/#pluton-discussion-temporary.23
  15. DreTaX

    Important Releases, please read this.

    You can release files temp, by uploading the plugins to the resources.
  16. DreTaX

    Important Pluton for Experimental Branch

    What is the exception?
  17. DreTaX

    Important Pluton for Experimental Branch

    Yeah I See your arguments with them. I'm converting TpFriend which atm the best detailed TPA sys, but It has to be converted. It won't be slow, It's smaller than my HomeSystem. HomeSystem will take time, but I'm on my way to convert all of my useful plugins. I'm Creating a small Pluton...
  18. DreTaX

    Important Pluton for Experimental Branch

    The method wasn't implemented. I just notified balu to add it in.
  19. DreTaX

    Important Pluton for Experimental Branch

    He wants a method which sends a console parameter. For example: Server.Command, or Server.SendCommand
  20. DreTaX

    Important Pluton for Experimental Branch

    Player.SendConsoleCommand("xyz") should work I guess.