Jump to content

David

Creator
  • Posts

    2,567
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by David

  1. David

    Uncooked Sulfur

    Hey, sorry but there is not much I can do about it. Btw if you using plugin currently, I have beta version available with few improvements, let me know if you interested to try it out.
  2. David

    SocialLinks not working

    Hey, please send me your WPSocialLinks config and I will have a look for you.
  3. David

    SocialLinks not working

    Changed Status from Pending to Not a Bug
  4. David

    ATM (Cash Machine)

    By adding this into source code. // your npc ids here string[] npcIDs = {"7847228928", "7847228928", "7847228928"}; private void OnUseNPC(BasePlayer npc, BasePlayer player) { if (npcIDs.Contains($"{npc.userID}")) ATMCUI(player); }
  5. David

    ATM (Cash Machine)

    Yes it does.
  6. David

    error please help

    Changed Status from Pending to Closed
  7. Changed Status from Pending to Work in Progress
  8. Send me your data file and config please.
  9. David

    Not able to buy items

    Changed Status from Pending to Work in Progress
  10. David

    Not able to buy items

    Hey, try to disable combat/raid block restriction. NoEscape api is giving me some trouble.
  11. 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.
  12. David

    Custom Buttons

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

    rights

    Changed Status from Pending to Not a Bug
  14. David

    rights

    you probably just mistyped something.
  15. David

    Error when running plugin

    Changed Status from Pending to Closed
  16. David

    [Kits not being given]

    Two plugins cant share same command
  17. David

    plugin reloads

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

    Shop UI

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

    plugin reloads

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

    Not detecting economics

    Changed Status from Pending to Not a Bug
  22. David

    Not detecting economics

    Thanks for letting me know
  23. David

    Importing Kits

    Changed Status from Pending to Not a Bug
  24. 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"); }

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
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.