Jump to content

David

Creator
  • Posts

    2,415
  • Joined

  • Last visited

Everything posted by David

  1. David

    Welcome Panel

    So I probably overlooked fact that CuiRawImageComponent contains Color I guess there is always space to learn something new. Thanks!
  2. David

    Welcome Panel

    I love to hear that! Unfortunately that is not possible, however you can simply set transparency for image in any editing soft. and save it as png.
  3. David

    Outpost Command

    Changed Status from Pending to Not a Bug
  4. David

    Outpost Command

    as mentioned in discord exclude "/"
  5. 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.
  6. David

    Countdown

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

    Countdown

  8. David

    Countdown

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

    Countdown

    Changed Status from Pending to Not a Bug
  10. 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.
  11. David

    Welcome Panel Addons

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

    Welcome Panel Addons

    what is version number of your WelcomePanel ?
  13. David

    Welcome Panel Addons

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

    WPKit issue

    Changed Status from Pending to Not a Bug
  15. 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
  16. please message me on my discord !David#1337
  17. David

    gui

    Changed Status from Pending to Not a Bug
  18. David

    gui

    Please read plugin description for WipeCycle and WipeCountdown.
  19. 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.
  20. David

    compatibility with kits

    Changed Status from Pending to Not a Bug
  21. David

    compatibility with kits

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

    Reset K,D,R

    Changed Status from Pending to Not a Bug
  23. 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
  24. David

    setup where npcs dont count

    Changed Status from Pending to Not a Bug
  25. David

    setup where npcs dont count

    please donwload latest version
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.9k

Files Sold

Total number of files sold.

2.7m

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.