Search results

  1. Jakkee

    Fougerite and Pluton has a new sponsor

    They don't allow you to use custom .DLL files tho?
  2. Jakkee

    server

    You can not research a Supply Signal
  3. Jakkee

    New forum for the pluton team

    http://rustpluton.com/ ----- http://Pluton.(GroupName).com/ & http://Fougerite.(GroupName).com/ (Share the forums MySQL database so users can have the same username/pass, Perms, Avatars etc..) ----- http://plutonic.com/ ----- http://crystallizedmagma.com/ -----
  4. Jakkee

    server

    Playerloot bags = I am not sure if you can change the time Sleepers = Possible I think. Could use a timer? not sure haven't looked at that type of thing Supply Signal + Research kit = Edit the drop tables so these can not spawn.
  5. Jakkee

    Important Pluton for Experimental Branch

    @DreTaX is the one you want to talk to about that. Pluton was intended for developers, to test and find bugs. So I hope use these for learning and helping out the devs that worked hard on Pluton. Anyway, heres a samples Do what you like with these
  6. Jakkee

    Approved Fougerite MC [Deleted]

    When it happens it seems to happen around Mt Everust. That was for me, Only happened around the Mount. EDIT: Had a look on a rust map and the Mount is Called: Portugal Mountain Last time the plane was flying from Mt Everust to Mt Portugal. Might have something to do with location?
  7. Jakkee

    Important Pluton for Experimental Branch

    Yeah I got tp plugin working in about the same time as you. And yeah i saw there was Jint support added, Just thought i'd try out Python.
  8. Jakkee

    Important Pluton for Experimental Branch

    So lower case "f" in False is okay? Same with If Balu92 not Illuminati: ?
  9. Jakkee

    Important Pluton for Experimental Branch

    I think 3.4.1 I just torrented it haha
  10. Jakkee

    Important Pluton for Experimental Branch

    Yeah im using PyCharm. Using a false says "unresolved reference"
  11. Jakkee

    Important Pluton for Experimental Branch

    Thanks for pointing that out, Also just using "not" gives an error. using "is not" fixes that error for me
  12. Jakkee

    Important Pluton for Experimental Branch

    Its because he had this: if nametp not None or nametp not False: it should be: if nametp is not None or nametp is not False: or (DreTaX said not to use this one) if nametp != None or nametp != False:
  13. Jakkee

    Approved Fougerite MC [Deleted]

    It hasn't happened for a while now but it was offical server files, Hosted with streamline.
  14. Jakkee

    Approved Fougerite MC [Deleted]

    I spawn in about 700 Planes and not one got stuck. But it has happened on my server. Just randomly it freezes and you can build up to it and sound of it never goes away. They only way to remove it is by a restart.
  15. Jakkee

    HungerGames

  16. Jakkee

    Important Pluton for Experimental Branch

    Well heres my version of this. It has /tpa [name] and /tpaccept *It works but im sure someone will find something wrong with it as i'v only tested this once*
  17. Jakkee

    Important Pluton for Experimental Branch

    I'v never had a problem with Pluton.reload.
  18. Jakkee

    Approved GatherPlus

    Jakkee updated GatherRate with a new update entry: V4.1.3 - Converted to Python Read the rest of this update entry...
  19. Jakkee

    GatherPlus - V4.1.3 - Converted to Python

    Nothing new, Just converted to Python