Jump to content

myst1c

Developer
  • Posts

    14
  • Joined

  • Last visited

About myst1c

  • Birthday 04/25/2009

Recent Profile Visitors

838 profile views

myst1c's Achievements

Apprentice

Apprentice (3/15)

  • Collaborator
  • First Post
  • Reacting Well
  • Conversation Starter
  • Dedicated

Recent Badges

7

Reputation

1

Community Answers

  1. Changed Status from Pending to Work in Progress Changed Fixed In to 3.4.5
  2. 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 } }
  3. 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
  4. myst1c

    MyStatistics

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

    MyStatistics

    Version 3.4.6

    47 downloads

    MyStatistics - Player statistics and the top of the best players in terms of the number of points scored all the time. User-friendly and concise interface. The command to open the menu ( can be changed in the plugin config ) - /stats Opportunities: The ability to clear player statistics after wipe The ability to view the list of top players in the menu There are points that can be configured in the configuration There are regular messages with different top players Search for a player by nickname in the menu The ability to replace points with a balance from the Economics plugin A pleasant and convenient menu The plugin will be in Russian or English, depending on the player's settings The ability not to include certain steam IDs in the top players In the plans: Increase player stats Make it possible to view statistics of other players Add rewards for top 1-3 Plugin Configuration: { "Основные настройки | Basic Settings": { "Чат команда для открытия статистики | Chat command to open statistics": "stats", "Очищать данные при вайпе? | Clear data on wipe?": true, "Раз во сколько минут будут сохранятся данные? | How often will the data be saved (in minutes)?": 30, "Включить сообщение с рандомным топом игроков? | Should I include a message with a random top of the players?": true, "Раз во сколько секунд будет отправляться рандомное сообщение с топом игроков? | How often will a random message with the top players be sent (in seconds)?": 600, "Заменить очки на баланс плагина Economics? | Replace points with the balance from the Economics plugin?": false, "SteamID игроков, которые не будут включены в топ игроков | SteamID of players who will not be included in the top players": [ 76561199561802375 ] }, "Настройки очков | Point Settings": { "Кол-во очков за убийство игрока | Number of points for killing a player": 5.0, "Кол-во очков за убийство NPC | Number of points for killing an NPC": 1.5, "Кол-во очков за убийство животных | Number of points for killing animals": 1.0, "Кол-во очков снимать за смерть | Number of points deducted for death": -1.0, "Кол-во очков снимать за суицид | Number of points deducted for suicide": -0.5, "Кол-во очков за разбитие бочки | Number of points for breaking a barrel": 1.0, "Кол-во очков за найденный скрап | Number of points for found scrap": 0.2, "Кол-во очков за сбор урожая | Number of points for harvesting crops": 0.2, "Кол-во очков за взрыв танка | Number of points for destroying a tank": 20.0, "Кол-во очков за добычу ресурсов | Number of points for gathering resources": { "wood": 0.2, "stone": 0.5, "metalOre": 1.0, "sulfurOre": 1.5, "hqmetal": 2.0 } } } You can find pictures of the plugin - here
    $7.29
  6. 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
  7. 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; }
  8. 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]
  9. 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
1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.8k

Files Sold

Total number of files sold.

1.9m

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.