Jump to content

Markiii

Creator
  • Posts

    584
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Markiii

  1. Markiii

    Triangulation

    That's so true, massive design flaw Need a Zone around the event without vehicles
  2. Markiii

    Triangulation

    Glad I read that first lol Could edit xp off of all animals honestly
  3. Spent a good 2 hours editing my 10k skins with this, only for the Export to crash the app on 2 occasions in row. Gave up.
  4. 5 less than the plugin costs? I'll pass on this one!
  5. Markiii

    Fight Club

    This is a nice looking prefab but honestly the FPS drop is crazy, I had to tweak so many entities to make this work for my events server.
  6. Markiii

    Jet Event

    Any way to automate /jet crashsite yet?!
  7. Markiii

    Craft UI

    99$? You sure?
  8. Markiii

    BetterTC

    Totally agree, and this isn't all new either.
  9. I second this...
  10. i also had to add this manually....
  11. Can we get a console command trigger and option to disable the timer so we can use timed commands?
    This is a great plugin now the developer is back and fixing things so I'm happy to score this a 5 as long as this carries on. The method in which drugs are sold was brilliant, and although i came up with my own way of doing what this plugin does i recommend if for any PVE server
  12. Markiii

    Custom Rewards

    How do those numbers 1-5 work? Can you set like 30 rewarded if you wanted to? Can the reward be adding you to an oxide group? Thanks
  13. Markiii

    Bank Heist

    I'm assuming you place the bank in with RustEdit?
    Perfect plugin for my PVE servers, works right out of the box, honestly nothing more to say!
  14. Typo in description bud "bardley"
  15. Markiii

    Jet Event

    PVP support on PVE servers with ZMAZ would be good.
  16. Markiii

    Jet Event

    Typos in config mate "Spawn Health Of The Defender": 600.0, "Weapion Damage Scale Default 1.0": 1.0, "Defenders aimConeScale default 2.0": 2.0, "Names To Give The Defenders": [ "Guard" ], "Defenders Drop Loot": true, "Spawn Kits For The Defenders": [ "air11" ], "Loot From CustomLoot Profile Name": "tier3" }, { "Spawn Health Of The Defender": 600.0, "Weapion Damage Scale Default 1.0": 1.0, "Defenders aimConeScale default 2.0": 2.0, "Names To Give The Defenders": [ "Guard"
  17. A great addition would be to increase turret limit by permission, can u do this mate?
  18. Markiii

    Drug Business

    I'm having this issue too.
  19. Markiii

    Drug Business

    I've managed to create a fix! In the CS file: case "server rewards": var points = ServerRewards?.Call("CheckPoints", player.userID); if (points != null && (int)points >= costInt) success = ServerRewards?.Call("TakePoints", player.userID, costInt); success = false; break; REPLACE WITH: case "server rewards": var points = ServerRewards?.Call("CheckPoints", player.userID); if (points != null && (int)points >= costInt) success = ServerRewards?.Call("TakePoints", player.userID, costInt); else success = false; break;
  20. Markiii

    Drug Business

    I have the same setup, same problem!

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.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.6k
Marketplace sales
Payments
3.4m
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.