Search results

  1. balu92

    Important Pluton for Experimental Branch

    You probably downloaded the with "-beta experimental" option, the last update I got was 1370, before that it was 1309. I saw that option floating around, I didn't have time to test it, but yes that should be a launch option.
  2. balu92

    Important Pluton for Experimental Branch

    You are right, just updated my server and it spits when starting the server.
  3. balu92

    Important Pluton for Experimental Branch

    A server update came out recently, we probably need to update pluton.
  4. balu92

    New forum for the pluton team

    no way
  5. balu92

    Important Pluton for Experimental Branch

    you could upload the codes you run
  6. balu92

    Important Pluton for Experimental Branch

    http://fougerite.com/threads/new-forum-for-the-pluton-team.227/#post-2196
  7. balu92

    Important Pluton for Experimental Branch

    most likely one of the plugn's issue in On_Command hook
  8. balu92

    New forum for the pluton team

    So what do you guys think, what domain should we go with? plutonteam.com? rust-pluton.com? other ideas?
  9. balu92

    Important Pluton for Experimental Branch

    event.run in console, it will drop in the middle of the map tho
  10. balu92

    Important Pluton for Experimental Branch

    It's unstable...
  11. balu92

    Important Pluton for Experimental Branch

    How about wait for a release?
  12. balu92

    Important Pluton for Experimental Branch

    plugins can use Player.MessageFrom("from", "what"), and Server.BroadcastFrom("from", "what") :/
  13. balu92

    Important Pluton for Experimental Branch

    I'd like if you wouldn't change the broadcast name from pluton just yet. Let ppl know about this mod, shall we? :) as for the /players, it should only show the number of players, not much...
  14. balu92

    Important Pluton for Experimental Branch

    it's not perfect, but should help you in some case, yeah http://fougerite.com/threads/setup-pycharm-for-python-plugins.198/ each plugin goes in it's own folder /Plugins/py1/py1.py /Plugins/HelloWorld/HelloWorld.py this will be the same with js plugins when we add them: /Plugins/js1/js1.js...
  15. balu92

    Important Pluton for Experimental Branch

    safer code: name = command.quotedArgs[0] player = Server.FindPlayer(name) if player is not None: StringName = player.Name
  16. balu92

    Important Pluton for Experimental Branch

    worked for me without an issue, I don't know what they do, so they fail...
  17. balu92

    Important Pluton for Experimental Branch

    http://fougerite.com/threads/pluton-for-experimental-branch.36/page-8#post-2153