Jump to content

CrazyRust

Creator
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by CrazyRust

  1. CrazyRust

    No Music??

    Hi. It's an online radio. If it doesn't work, it may not be broadcasting now. You can set another radio link in the config file. On this page are radio links. https://streamurl.link/
  2. Hi. I will find the cause of the error and fix it
  3. Hi, the plugin will be completely rebuilt and this feature will be included.
  4. Oh, and I forgot. NOT IN THE F1 CONSOLE, NOT IN THE CHAT, BUT IN THE SERVER CONSOLE!!!!!
  5. Hi. I can't give refunds and I won't because the plugin works. But I'm very happy to help if you do exactly what I write. 1. delete the plugin and the config file (CargoConvoy.cs, CargoConvoy.json) 2. Download the plugin again from codefing. 3. copy the .cs file to the oxide/plugin directory. 4 In the webadmin interface of the server console, type: o.reload CargoConvoy 5 Type ccstart.easy 6 Send me a screenshot of this. I want to see in the photo that both commands are typed in.
  6. CrazyRust

    BotReSpawn

    I use the Umodos Kit plugin. And the problem was that it didn't appear in the Botrespawn UI menu. But now it seems to work.
  7. CrazyRust

    BotReSpawn

    There is no error in the console. The Kit is the one I have been using. The latest version. I didn't give a gun to two kits so it didn't appear. I'm trying out the new knight outfits and only added clothes to the kit. But then there were times when I had a weapon and it didn't show up.
  8. CrazyRust

    BotReSpawn

    Hello. Anyone else having problems with Kit. If I set anything on the kits the botrespawn menu disappears.
  9. Don't write in the F1 console, write in the server console. This is the problem. The commands only work in the server console.
  10. Please reload the plugin and send a screenshot of the console.
  11. It works for me. Are you using the NpcSpawn plugin? It is required to run the plugin.
  12. ccstart.easy <-- copy - paste this into the server webadmin console
  13. Version 1.0.0

    1 download

    This plugin helps you to add limited edition custom items to lootable chests. The plugin will automatically add the name of the item to the , which is the third item found from the limit. Like a serial number. In the config file you can set the limit number of custom items and which crates to spawn in, with what percentage chance. When a player finds a limit series item, the contents of the chest will be emptied with only the item and an effect to indicate to the player that something valuable has been found. Console command: customitemdatawipe (deletes the plugin data file and spawns the emulated items in the crates again.) The command only works in the server console! Video: Config: { "Version": { "Major": 1, "Minor": 0, "Patch": 0 }, "Spawn custom items in the crates?": false, "Custom Items Settings": [ { "ShortName": "bleach", "The item limit": 5, "SkinID": 3371773425, "Displayname": "Water", "Spawns the crate": [ { "PrefabPath": "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "SpawnChance": 40.0, "Item Amount": 1 }, { "PrefabPath": "assets/bundled/prefabs/radtown/crate_basic.prefab", "SpawnChance": 50.0, "Item Amount": 1 } ] }, { "ShortName": "bleach", "The item limit": 6, "SkinID": 3328031963, "Displayname": "Biopon", "Spawns the crate": [ { "PrefabPath": "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "SpawnChance": 30.0, "Item Amount": 1 }, { "PrefabPath": "assets/bundled/prefabs/radtown/crate_basic.prefab", "SpawnChance": 50.0, "Item Amount": 1 } ] } ] }
    $7.00
  14. The commands are in the description. These are just server console commands. They do not work in Chat.
  15. CrazyRust

    AlphaLoot

    Hi.There is no alphaloot support planned right now, but I'll look into how it could be done.
  16. Hi I'm planning to update the plugin then I'll add this
  17. CrazyRust

    Upgrader

    After Rust update the plugin does not work.
  18. CrazyRust

    Player time

    Changed Status from Pending to Closed
  19. CrazyRust

    Player time

    Hi, I was able to get the vendig marker to show the duration of the event
  20. Version 1.0.7

    68 downloads

    This plugin decorates vehicles, giving them a unique look and functionality. Vehicles can be given to players as custom items, either loaded into loot or shop. In the config file, you can set whether you want to decorate only vehicles that can be unloaded as items, or all vehicles that spawn on the map. Minicopter description: Custom item shortname: "box.wooden.large" SkinID: 3417571501 Tuning: - Two extra seats - A flashing siren to make it easier to find you - Pookie bear for 100% comfort - A drawing board - A wooden box Attack copter description: Custom item shortname: "furnace.large" SkinID: 3417570867 Tuning: - Pookie bear for 100% comfort - A drawing board - A wooden box - Sleeping Bag Scrap transport Helicopter description: Custom item shortname: "furnace.large" SkinID: 3417572159 Tuning: - A drawing board - A wooden box - Sleeping Bag - Repair Bench - Workbench Level 2 - Recycler - Two extra seats - Barbeque Sedan description: Custom item shortname: "box.wooden.large" SkinID: 3417572432 Tuning: - A drawing board - Two wooden box - Sleeping Bag - Two Shotgun Trap Row Boat description: Custom item shortname: "kayak" SkinID: 3417571168 Tuning: - Wooden Box RHIB description: Custom item shortname: "kayak" SkinID: 3417571735 Tuning: - Sleeping Bag - Wooden Box - Siren light Video: Config: { "Version": { "Major": 1, "Minor": 0, "Patch": 5 }, "Tuning all vehicles that spawn on the map?": true, "Tuning sedan vehicles that spawn on the map?": true, "Tuning minicopter vehicles that spawn on the map?": true, "Tuning attackhelicopter vehicles that spawn on the map?": true, "Tuning scraptransporthelicopter vehicles that spawn on the map?": true, "Tuning rowboat vehicles that spawn on the map?": true, "Tuning RHIB vehicles that spawn on the map?": true, "The skinid of the box on the minicopter": 2294627631, "The slot number of the box on the minicopter": 42, "The skinid of the box's on the sedan": 2294627631, "The slot number of the box's on the sedan": 42, "The bed cooldown time on the sedan": 60, "The skinid of the box's on the attackcopter": 2294627631, "The slot number of the box's on the attackcopter": 42, "The bed cooldown time on the attackcopter": 60, "The skinid of the box's on the scrap transport helicopter": 2294627631, "The slot number of the box's on the scrap transport helicopter": 42, "The bed cooldown time on the scrap transport helicopter": 60, "The bed cooldown time on the RHIB": 0 }
    $7.90
  21. Oh I haven't encountered this problem yet. And I don't understand what the problem is. Finding the monument has worked perfectly well for me so far. Maybe if you have the chance you can try it on another map.
  22. CrazyRust

    Player time

    Hi. I know about this problem. Unfortunately, with my current knowledge I haven't figured out how to solve it. But I am thinking about it. First I want to make the mapmarker show how much time is left of the event.
  23. Not now, but I can add it in the next update. I just don't understand why? Should there be an easy2 difficulty?
  24. CrazyRust

    invisible helicopter

    One player was doing the Dome event where he spawned a heli. But he says he didn't spawn and was killed by an invisible heli.
  25. CrazyRust

    invisible helicopter

    Hi. Two players were killed by an invisible helicopter today.
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.9k

Files Sold

Total number of files sold.

2.8m

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.