Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Changed Status from Pending to Closed
  3. Gun Traps, Tesla Coils, Flame and Regular Turrets… There’s a lot to do. For now i only have this, but in the future i am planing to do them all. Just not sure when exactly.
  4. Today
  5. I think it would be good if we could add bear traps as well.
  6. NEBULA NOMAD

    image change issue

    So i just bought the plugin installed it into my server uploaded a image to check it out realzied the image was to be pixelated fixed the image with a newer one with and now it won't let me change the image even after 0.reloading the plugin even after i changed the png file name with the new one it still displays the original one i first loaded up
  7. Yesterday
  8. this wasn't fixed in 1.1.1, which released before i reported this btw.
    I don’t know what to write here. It’s a great service for tracking players’ statistics. As a player, I can say it’s very helpful for keeping an eye on your neighbor As a customer, I think I haven’t fully experienced it yet, and I’ll add my review later. What I’d like to note is that it’s very easy to integrate this into your project — the web integration is literally done in two lines
  9. Khan

    Items breaking

    @Hanumann It's still in development I recently got some feedback on the development build and will be working more on it this week.
    THE BEST ANTICHEAT FOR RUST Really, this anticheat is the best on the market My server needed reliable protection against cheaters, and I was looking for different options to solve this problem. On Codefling, I found this marvel of technology and started researching the issue. The process of getting access to the service was a bit cumbersome — I had to wait about two weeks for it. After I finally got to the front of the queue, I was given a detailed tour of the service’s functionality. Overall, the owner of this thing is a very pleasant person to talk to To be honest, out of all the tool’s features, I only used the anti‑cheat, and it works like a charm. For any questions or bugs, you can write directly to the owner, which is very convenient. Overall, 5 stars out of 5 — an excellent idea and perfect implementation (except for the panel’s visual design; it seems like it was created by AI :)).
  10. Yes they call it in with scrap from their inv, then the heli makes its way to the player that called it, at 2x speed really fast. Yes the permissions are also there.
  11. RobJ

    Strange Issue

    Changed Status from Fixed to Not a Bug
  12. RobJ

    Strange Issue

    Changed Status from Pending to Fixed
  13. RobJ

    Strange Issue

    thanks
  14. Version 1.0.0

    1 download

    Silent Shadows Haunted Mansion A chilling, fully-featured custom monument built for serious Rust servers. Step into the shadows… if you dare. This haunted mansion delivers high-tension PvE, rich loot, and a memorable atmosphere that keeps players coming back. Expect a content-packed, spooky atmosphere, fully custom monument thats ready to drop into your world. What to expect: NPC Spawns Scientists: 2 – Back Gate Heavy Scientists: 2 – Front Gate Zombies: 39 Crates & Loot Barrels: 31 Diesel Barrels: 5 Basic Crates: 10 Military Crates: 7 Elite Crates: 5 Hackable Crates: 1 Food Crates: 3 Ammo Crates: 7 Medical Crates: 5 Fuel Crates: 10 Toolboxes: 2 Car Parts: 2 Collectables Pumpkins: 20 Graves: 8 Black Berries: 6 Red Card: 1 Puzzle Red Card Room: 1 Fuses: 3 Switches: 1 Amenities Recycler Refinery ☞ 1551 objects Perfect for servers looking to add a high-reward, atmospheric landmark without overwhelming balance. Dense loot, solid NPC presence, a proper puzzle, and useful amenities — all wrapped in a spooky package your players will love exploring (and fighting over). Ready to haunt your map? P.S Upload 1 of the Silent Shadows Pack (More Coming Very Soon, Keep an eye Out) TGC Rust Map & Monument License Agreement.txt
    $40.00
  15. I found the issue, thank you for reporting it. It is happening with depended plugins are not loaded yet. I'm preparing a major release
    One of the best Leader boards to use! Integrates very well!
  16. It’s activated; I only had 2 items, and they were checked, but the stated criterion for the purchase wasn’t met — after all, what’s the point of the privilege without using the API?
  17. That perk has to be activated on your account first. You have to have so many approved files and be a creator for so long.
  18. With the Creator Pro subscription and the proposed instant publication, how long will I have to wait for my product to be reviewed by the moderators?
  19. the writing stays on your screen after you close the crafting bench or the ui
  20. Changed Status from Pending to Work in Progress
  21. athlonclub

    Shop

    Hi! Thanks for the v2.5.1 update, the new in-game permission editor for cooldowns/discounts/limits is a great addition Just wanted to flag a small bug I ran into while testing it — clicking "Add" on Discount / Buy Limits / Sell Limits / Daily Buy or Sell Limits (when the list is still empty) throws an error and doesn't add the entry: Failed to call hook 'CmdConsoleShop' on plugin 'Shop v2.5.1' (ArgumentException: The value "0" is not of type "System.Int32" and cannot be used in this generic collection. Parameter name: value) at System.Collections.Generic.Dictionary`2[TKey,TValue].System.Collections.IDictionary.Add at Oxide.Plugins.Shop.DictionaryAddEntry at Oxide.Plugins.Shop.CmdConsoleShop Looked into it a bit — seems to be in DictionaryAddEntry: dict.Add(key, field.FieldType.GenericTypeArguments[1] == typeof(float) ? 0f : 0); Because one side of the ?: is a float literal, C# treats the whole expression as float at compile time — so it ends up always passing 0f even for the int-typed dictionaries (Discount/Limits/DailyLimits), and Dictionary<string,int>.Add() rejects it. Only the cooldown fields (which really are float) work fine as-is. A tiny fix that worked for us locally: if (field.FieldType.GenericTypeArguments[1] == typeof(float)) dict.Add(key, 0f); else dict.Add(key, 0); Hope that saves you some time tracking it down! Really enjoying the plugin otherwise, thanks for all the work on it
  1. Load more activity

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.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
169.6k
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.