Jump to content

Mevent

Curator
  • Posts

    2,614
  • Joined

  • Last visited

Everything posted by Mevent

  1. private List<ulong> _openedUI = new List<ulong>(); [ConsoleCommand("openshopUI")] private void OpenShopUI(ConsoleSystem.Arg arg) { var player = arg?.Player(); if (player == null) return; if (_openedUI.Contains(player.userID)) { CuiHelper.DestroyUi(player, Layer); _openedUI.Remove(player.userID); } else { MainUi(player, first: true); _openedUI.Add(player.userID); } }
  2. The plugin receives stacks already from those available on the server. Therefore, it is IMPOSSIBLE to use several stack plugins at once. And that's why, by default, you have a stack of 10,000
  3. What plugin version are you using?
  4. Mevent

    Bot kills dont Count

    Changed Status from Pending to Closed Changed Fixed In to 1.0.13
  5. Mevent

    Player List

    Version 2.0.5

    275 downloads

    Adds a list of players to your server with convenient options for interacting with them Commands players (open interface) Permissions Permission to use: you can set permission in config, for example: "Permission (ex: playerlist.use)": "playerlist.use", playerlist.hide (hides a player from the player list) FAQ Q: Where can I see an example of a config? A: Config
    $19.95
  6. Mevent

    add chat commands

    Changed Status from Pending to Closed Changed Fixed In to 1.0.32
  7. Mevent

    item

    You need to set a link to the image in the "Image" field in the config
  8. Changed Status from Pending to Closed
  9. Changed Fixed In to 1.36.0
  10. Changed Status from Pending to Closed
  11. Mevent

    Wipe suggestion

    Changed Status from Pending to Closed Changed Fixed In to 1.0.11
  12. Changed Status from Pending to Closed Changed Fixed In to 1.0.29
  13. In the latest version of the plugin, you can set the purchase limits for items and their autowipe.
  14. Mevent

    menu Buttons overextend

    Changed Status from Pending to Closed Changed Fixed In to 2.7.1
  15. Changed Status from Pending to Closed
  16. We're working on it
  17. just ignore it
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.1k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.