Search results

  1. balu92

    [JS] HomeTeleport

    GameID is ulong, SteamID is GameID.ToString()
  2. balu92

    Important Pluton for Experimental Branch

    that can happen if you store non-serializable data in the ds (like the player object)
  3. balu92

    Important Pluton for Experimental Branch

    https://github.com/Notulp/Pluton/issues/11
  4. balu92

    Important Pluton for Experimental Branch

    baseplayer = baseEntity.ToPlayer() if basePlayer is not None: player = Server.FindPlayer(basePlayer.displayName)
  5. balu92

    Important Pluton for Experimental Branch

    we didn't added the attacker, I was thinking about two different solutions for that and then I totally forgot about it... I'll find out something for that soon
  6. balu92

    Important Pluton for Experimental Branch

    No, there isn't. https://github.com/Notulp/Pluton/issues/9
  7. balu92

    Approved EasySuicide

    You may need it if there is a variable that is sometime valid and sometime null/None, but not everywhere, tho in legacy...
  8. balu92

    Important Pluton for Experimental Branch

    We will have our forum soon(still need to setup), so we won't just have this single post. ;)
  9. balu92

    Important Pluton for Experimental Branch

    it's now in: https://github.com/Notulp/Pluton/commit/734485d0d54d68438684c04ffef920ba19d9cd4f Server.SendCommand(string command, bool wantsReply) or Server.SendCommand(string command)
  10. balu92

    Approved EasySuicide

    Well, that was true for legacy... :)
  11. balu92

    Important Pluton for Experimental Branch

    what does status do?
  12. balu92

    Approved EasySuicide

    It's f1 + kill ;)
  13. balu92

    Approved Time Command

    lol, he changed the time just like anyone else?
  14. balu92

    Important Pluton for Experimental Branch

    if someone breaks the DataStore with non-serializable data, it will be lost. Otherwise it will be there till you don't remove PlutonDatastore.ds
  15. balu92

    Important Pluton for Experimental Branch

    It don't know's if that's a vector3 or a simple string or what... DataStore should be able to serialize and deserialize Vector3s DataStore.Add("MapPosition", cmd.User.GameID, v3) location = DataStore.Get("MapPosition", cmd.User.GameID)
  16. balu92

    Important Pluton for Experimental Branch

    ini.GetSetting won't give you a Vector3
  17. balu92

    Important Pluton for Experimental Branch

    wasn't it hard now, was it? ;)
  18. balu92

    New forum for the pluton team

    pluton-team.org
  19. balu92

    New forum for the pluton team

    We will have that forum, we just need to find the best domain available. :)
  20. balu92

    Important Pluton for Experimental Branch

    There is autoreport... from some ppl who can't set up the server correctly on his own, they could get a whole bunch of extra debug msg, that probably not cuz of their code... I agree with that. Actually they probably shouldn't get any error msg from any modded server. I mean, modded server...