QuickSort

Adds a GUI that allows players to quickly sort items into containers

Total Downloads: 14,542 - First Release: Jul 26, 2015 - Last Update: Mar 31, 2017

5/5, 44 likes
  1. If you are having an issue where the UI stays on the screen when you leave a container, add the following function to the file (I'd suggest right below the DestroyUi function):
    Code:
    void OnPlayerLootEnd(PlayerLoot inventory)
            {
                BasePlayer player;
                if ((player = inventory.GetComponent<BasePlayer>()) == null)
                    return;            DestroyUi(player);
            }
     
  2. has anyone got the cs file with the fix so it does not stay on the screen thanks.
     
  3. Wulf

    Wulf Community Admin

    Wulf updated QuickSort with a new update entry:

    1.1.1

     
  4. What do I need to change the "0" to in order to enable the Loot All function? I've tried different values and reloaded still not getting the button :( Thank you, love this plugin.
     
  5. Not working at last Rust update.
     
  6. Wulf

    Wulf Community Admin

    Please provide some details.
     
  7. Sorry. Plugin's loading without any errors, but UI not showing in the game, when looting.
     
  8. Sorry, my mistake. I forgot about the permission system...
     
  9. Anyway we can add Components to this marvelous plugin? Thanks.
     
  10. i can not seem to get the plugin to work on my server can anyone help
     
  11. Wulf

    Wulf Community Admin

    Could you provide any details? Any errors in your oxide/logs?
     
  12. There is no errors that come up. i rent my server and use FileZilla to put my plugins into my server.
     
  13. Wulf

    Wulf Community Admin

    And do you see the plugin as loaded in the logs?
     
  14. what in the rust logs or in the FileZilla logs. cause the other plugins I loaded went into my rust server
     
  15. Wulf

    Wulf Community Admin

    oxide/logs
     
  16. please fix
     

    Attached Files:

    • qs.jpg
      qs.jpg
      File size:
      68.7 KB
      Views:
      25
  17. It is working on my server since months without update. Did u edit the plugin?
     
  18. Sorting does not always work
     
  19. Can you add a button for components too?
     
  20. I'm doing, revoke group default quicksort.lootall

    Not working, is that the group name for oxide as well?
     
    Last edited by a moderator: Jun 16, 2017