Jump to content

David

Creator
  • Posts

    2,369
  • Joined

  • Last visited

Everything posted by David

  1. David

    Not detecting economics

    Changed Status from Pending to Not a Bug
  2. David

    Not detecting economics

    Thanks for letting me know
  3. David

    Importing Kits

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

    plugin reloads

    have you noticed something not working properly?
  9. David

    Shop UI

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

    plugin reloads

    Changed Status from Pending to Work in Progress
  11. David

    plugin reloads

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

    Craft Menu

    try o.unload CraftMenu and then o.load CraftMenu
  13. Changed Status from Pending to Closed
  14. David

    kick from Server

    Changed Status from Pending to Not a Bug
  15. David

    kick from Server

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

    Custom Mixing Table

    I tried already, didnt work.
  17. David

    Shop UI

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

    Shop UI

    Hit me up on discord and I will assist you
  21. David

    Shop UI

    Hey, it's not.
  22. David

    Custom Mixing Table

    Hey, would be good if you could reach out on discord as this will need some debugging
  23. David

    Custom Mixing Table

    Hey, sure go ahead. You can upload it into "Customizations" section and I will list it at plugin description Feature to extend overlay effects will come later on. Things like this are possible and its not hard to code them but what I have to be careful about is complexity and difficulty of configuration. Customer support eats about 2-3 hours of my time every day so I really have to think twice what features I'm going to put in. Also this feature is something what can exists outside of my plugin as well, so you can always commission other devs too.
  24. David

    Shop UI

    That's a good idea, will do that (not sure when). Currently there is option to pre-fill item amount for selling based on players inventory.
  25. David

    Shop UI

    just type "scrap" into currency field
1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

121.9k

Files Sold

Total number of files sold.

2.5m

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.