Jump to content

myst1c

Creator
  • Posts

    50
  • Joined

  • Last visited

Everything posted by myst1c

  1. You can add services for withdrawing money for Russian developers)
  2. myst1c

    MyStatistics

    Hello, yes, of course there is. Thank you for describing exactly what needs to be added for the convenience of PVE servers. I have already started working on a global update, the functionality will be increased.
  3. myst1c

    MyStatistics

    Hello. I started working on new plugin features and would like to know more about what exactly needs to be added for PVE. If it's not difficult, I would be very grateful if you would explain to me better what exactly needs to be added for PVE.
  4. myst1c

    MyStatistics

    Sorry, but where did you get the plugin if you are not a buyer?
  5. myst1c

    MyStatistics

    Hello, I'm glad you liked the plugin! I've been thinking for a long time about making a dark theme and a button in the menu to switch themes. As for people seeing all the statistics of the player, I will also implement it somehow. And I don't know about PVE servers, I've never encountered them, I'll definitely find out what and how, and implement functions for PVE servers. Thank you for your feedback!
  6. Changed Status from Pending to Work in Progress Changed Fixed In to 3.4.5
  7. Hello, I will try to do it soon. You can explain in more detail about the flexibility of the interface what exactly needs to be done. And in order for avatars to be displayed, you need to configure the ImageLibrary plugin as I wrote below: { "Avatars - Store player avatars": false, // Here you need to specify true "Steam API key (get one here https://steamcommunity.com/dev/apikey)": "", // Enter your steam api key here "URL to web folder containing all item icons": "https://www.rustedit.io/images/imagelibrary/", "Progress - Show download progress in console": true, "Progress - Time between update notifications": 20, "User Images - Manually define images to be loaded": {}, "Version": { "Major": 2, "Minor": 0, "Patch": 62 } }
  8. myst1c

    MyStatistics

    invite you to my Discord server! Here you will be the first to find out what I am working on, and you will be able to offer your plugin ideas, as well as upcoming updates. Discord - click
  9. myst1c

    MyStatistics

    I started working on a new update! The design will be changed and new features will be added)))
  10. myst1c

    MyStatistics

    Version 0.2.01

    184 downloads

    MyStatistics – an advanced and modern statistics system for players, offering detailed tracking, leaderboards and wipe-based rewards. Functions: 1. Advanced Player Statistics Tracking Player kills (PvP) Deaths (players / suicide) K/D ratio calculation Shots fired Accuracy tracking Playtime tracking Custom stat categories Automatic real-time stat updates Per-player detailed statistics view Track everything that matters and give players a reason to compete. 2. Leaderboards Top players by any statistic Dynamic category-based ranking Automatic top calculation Configurable reward places (Top 1 / Top 3 / Top 5 etc.) Flexible category keys 3. Wipe Detection & Rewards Automatic wipe detection Auto-reset statistics (configurable) Reward distribution after wipe Top category awards Per-category reward settings 4. MySQL Integration Full MySQL support Safe data handling Optimized queries Persistent storage between restarts Designed for serious projects using external databases. 5. User Interface Clean CUI interface Category navigation Player statistics panel Leaderboards display Time formatting support Configurable stat formatting Player Commands: /stats - Opens the statistics menu Configuration: API:
    $21.00
  11. Figured it out!
  12. UP
  13. Hello, I recently started learning how to write plugins for Rust on Carbon and I had a problem. I made a plugin that makes a button that is visible to the player when logging on to the server. And I made sure that when you click on it, the menu opens. I did it all right, but there was a problem in the code. I wrote Cui and a separate hook that shows the menu opening button when loading the plugin and the command that opens the menu. But the plugin only works if the command is linked to Cui and if you make a separate command that opens only the menu without a button I hope I explained it clearly) Well, if anything, a plugin that works but with the wrong code in my opinion: 1.txt But it's not working, but it seems to me with the right code: 2.txt
  14. I've fixed everything. private bool DOORLOOC(BasePlayer player, out Door door) { RaycastHit hit; door = null; if (UnityEngine.Physics.Raycast(player.eyes.HeadRay(), out hit, 3)) { door = hit.GetEntity() as Door; } return door != null; }
  15. The plugin still throws an error He says that there is no Raycast Mistake: 1. Cannot implicitly convert type 'ulong' to 'uint'. An explicit conversion exists (are you missing a cast?) [CS0266] 4. 'PhysicsEffects' does not contain a definition for 'Raycast' [CS0117]nd 'uint' [CS0019] (MyPlugin 32 line 91) nce?) [CS0246]
  16. Hello, I am learning to write plugins from the video "Mike Hawke" And I have a problem in the video "The Hooks" The console writes this error `1. Cannot implicitly convert type 'NetworkableId' to 'uint' [CS0029] 4. 'PhysicsEffects' does not contain a definition for Raycast' [CS0117]nd 'uint' [CS0019] (MyPlugin 32 line 96) nce?) [CS0246] (MyPlugin 32 line 96) Here is the code itself Текстовый документ.txt

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.6k
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.