Jump to content

David

Creator
  • Posts

    2,582
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by David

  1. 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.
  2. David

    Custom Buttons

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

    rights

    Changed Status from Pending to Not a Bug
  4. David

    rights

    you probably just mistyped something.
  5. David

    Error when running plugin

    Changed Status from Pending to Closed
  6. David

    [Kits not being given]

    Two plugins cant share same command
  7. David

    plugin reloads

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

    Shop UI

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

    plugin reloads

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

    Not detecting economics

    Changed Status from Pending to Not a Bug
  12. David

    Not detecting economics

    Thanks for letting me know
  13. David

    Importing Kits

    Changed Status from Pending to Not a Bug
  14. 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"); }
  15. in case someone is scrolling through forum threads and looking for similar plugin.
  16. Changed Status from Pending to Not a Bug
  17. Try to reload plugin
  18. David

    plugin reloads

    have you noticed something not working properly?
  19. David

    Shop UI

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

    plugin reloads

    Changed Status from Pending to Work in Progress
  21. David

    plugin reloads

    thanks, will have a look at it.
  22. David

    Craft Menu

    try o.unload CraftMenu and then o.load CraftMenu
  23. Changed Status from Pending to Closed
  24. David

    kick from Server

    Changed Status from Pending to Not a Bug

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
169.1k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.