Jump to content

David

Creator
  • Posts

    2,448
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by David

  1. Send me your data file and config please.
  2. David

    Not able to buy items

    Changed Status from Pending to Work in Progress
  3. David

    Not able to buy items

    Hey, try to disable combat/raid block restriction. NoEscape api is giving me some trouble.
  4. David

    Custom Buttons

    Sorry about no reply, I must have missed notification from your comment. I love to see what you made here! Currently there is only option to open all of them at once, in future I might expand on it, will see.
  5. David

    Custom Buttons

    Sadly thats not possible, unless you make people bind command to specific key.
  6. David

    rights

    Changed Status from Pending to Not a Bug
  7. David

    rights

    you probably just mistyped something.
  8. David

    Error when running plugin

    Changed Status from Pending to Closed
  9. David

    [Kits not being given]

    Two plugins cant share same command
  10. David

    plugin reloads

    Message me on discord and I will send you new version.
  11. Changed Status from Pending to Not a Bug
  12. David

    Shop UI

    Problem is that my shop was not designed to show item names, I will have to figure out something.
  13. David

    plugin reloads

    Hit me up on discord, I have new version for testing
  14. David

    Not detecting economics

    Changed Status from Pending to Not a Bug
  15. David

    Not detecting economics

    Thanks for letting me know
  16. David

    Importing Kits

    Changed Status from Pending to Not a Bug
  17. David

    Shop UI

    Cooldowns for commands works in latest version. Don't want to make people change their configs for this change. You can always create your own console command which includes all your other commands. Paste this into any plugin. //mycustomcommand $player.id [ConsoleCommand("mycustomcommand")] private void mycustomcommand_1(ConsoleSystem.Arg arg) { //args var args = arg.Args; if (args.Length != 1) return; //prevent player usage var player = arg?.Player(); if (player != null) return; //find target var target = BasePlayer.FindByID(Convert.ToUInt64(args[0])); if (target == null) { Puts("player not found"); return; } //rcon commands to execute Server.Command($"audio.message send {target.userID} register"); Server.Command($"radstorm start"); Server.Command($"notify.player {target.displayName} 0 Purchased a Radstorm"); }
  18. in case someone is scrolling through forum threads and looking for similar plugin.
  19. Changed Status from Pending to Not a Bug
  20. Try to reload plugin
  21. David

    plugin reloads

    have you noticed something not working properly?
  22. David

    Shop UI

    this is how you should put command into category item list "cmd/x{65}"
  23. David

    plugin reloads

    Changed Status from Pending to Work in Progress
  24. David

    plugin reloads

    thanks, will have a look at it.
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.8k

Files Sold

Total number of files sold.

2.8m

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.