Jump to content

David

Creator
  • Posts

    2,582
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by David

  1. David

    Countdown

    I literally already said what you can do about it and Im kinda baffled that you still not getting it. So one more time 1. cofing file - Countdown (seconds) 2. console command countdown_reset I dont know what else I should write into docs.
  2. David

    Countdown

    You know there is command for reseting countdown.
  3. David

    Countdown

  4. David

    Countdown

    Im not sure if I understand your question, countdown will reset automatically when you wipe map.
  5. David

    Countdown

    Changed Status from Pending to Not a Bug
  6. David

    Countdown

    My plugins does not work with Magic Panel or other similar plugins. WPWipeCycle extension using WipeCountdown for displaying time left until next wipe based on seconds you set in config file.
  7. David

    Welcome Panel Addons

    If you need support please open ticket or message me on my discord, dont spam discussion section with it.
  8. David

    Welcome Panel Addons

    what is version number of your WelcomePanel ?
  9. David

    Welcome Panel Addons

    Making support ticket would be enough, responded in support section.
  10. David

    WPKit issue

    Changed Status from Pending to Not a Bug
  11. David

    WPKit issue

    Kit name has to be one word, its due to how Rust Kits Api picking up names for cooldown data. So yo should rename your kit to NewPlayerFoodKit instead of New Player Food Kit
  12. please message me on my discord !David#1337
  13. David

    gui

    Changed Status from Pending to Not a Bug
  14. David

    gui

    Please read plugin description for WipeCycle and WipeCountdown.
  15. David

    Custom Buttons

    Im working on update currently, there will bunch of new features including ingame button editor, also open/close certain buttons on command.
  16. David

    compatibility with kits

    Changed Status from Pending to Not a Bug
  17. David

    compatibility with kits

    Sorry, I dont own that plugin and I have no interest in working with it.
  18. David

    Reset K,D,R

    Changed Status from Pending to Not a Bug
  19. David

    Reset K,D,R

    Hey, unfortunately I cant add every request into public version but I can help you out. Add this block of code into plugin. void OnPlayerDisconnected(BasePlayer player, string reason) { if (player == null) return; if (_playerData.ContainsKey(player.userID)) { _playerData[player.userID].Kills = 0; _playerData[player.userID].Death = 0; } } here for example
  20. David

    setup where npcs dont count

    Changed Status from Pending to Not a Bug
  21. David

    setup where npcs dont count

    please donwload latest version
  22. David

    Welcome Panel Addons

    ladderboard will be sold separately, by the end of this month probably.
  23. Yes, that what you should do (sorry for late reply)
  24. Changed Status from Pending to Not a Bug
  25. Kit names are case sensitive and cant contain space in name. Its due to how Rust Kits api picking up data.

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
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
171.2k
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.