Jump to content

David

Creator
  • Posts

    2,576
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by David

  1. David

    plugin reloads

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

    Shop UI

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

    plugin reloads

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

    Not detecting economics

    Changed Status from Pending to Not a Bug
  6. David

    Not detecting economics

    Thanks for letting me know
  7. David

    Importing Kits

    Changed Status from Pending to Not a Bug
  8. 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"); }
  9. in case someone is scrolling through forum threads and looking for similar plugin.
  10. Changed Status from Pending to Not a Bug
  11. Try to reload plugin
  12. David

    plugin reloads

    have you noticed something not working properly?
  13. David

    Shop UI

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

    plugin reloads

    Changed Status from Pending to Work in Progress
  15. David

    plugin reloads

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

    Craft Menu

    try o.unload CraftMenu and then o.load CraftMenu
  17. Changed Status from Pending to Closed
  18. David

    kick from Server

    Changed Status from Pending to Not a Bug
  19. David

    kick from Server

    This error means that some of your values in config or cuiData, like color or text size is null.
  20. David

    Custom Mixing Table

    I tried already, didnt work.
  21. David

    Shop UI

    Been requested already but its more complex thing tho. I will implement it eventually
  22. Changed Status from Pending to Not a Bug
  23. Hey, terminals needs to have chair or sofa placed close enough in order to access them.
  24. David

    Shop UI

    Hit me up on discord and I will assist you

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.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.9k
Total sales
Payments
3.6m
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.