Jump to content

nivex

Creator
  • Posts

    5,991
  • Joined

  • Last visited

  • Days Won

    201

Everything posted by nivex

  1. nivex

    Raidable Bases

    @chuck norrisyour issue is fixed in the next update !
  2. nivex

    Raidable Bases

    @BatenkaIll have to remember this the next time someone mentions it isn't working. Oh fun oh fun =D Thanks guys for answering him
  3. nivex

    bases not despawning

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  4. nivex

    bases not despawning

    heya this is fixed in the next update. thanks
  5. nivex

    Crazy amount of lag

    heya. I am aware and working on a fix thanks
  6. @DiDreamerif you are still having this issue then it is because of your Kits plugin. it is bugged and needs to be fixed. [HookMethod("isKit")] public bool isKit(string kitName) { return kitsList.Exists(p => p.Name == kitName); } this is the fix for the Russian version Kits plugin
  7. nivex

    Raidable Bases

    @chuck norrisI also need error messages from you, the one above is from Oxide and doesn't tell me enough
  8. nivex

    Raidable Bases

    hi. I need error messages
  9. ok i found the issue if (!InRange(collider.transform.position, sac.position, sac.safeRadius)) { goto next; } the issue is the position of the train track on the server starts much further away than the specified radius, and is therefore excluded, regardless of a portion of the train track being contained within the specified radius. a mere oversight sac contains both safeRadius (Protection Radius) and buildRadius (Player Cupboard Detection Radius) which differ greatly. rather than checking each one individually I am attempting to check them both at the same time to save on server performance. I just need to figure out an elegant solution to this distance check float dist = (collider.transform.position - sac.position).magnitude; if (dist > sac.safeRadius && dist <= sac.buildRadius) { goto next; } i've come up with this but i'm uncertain if it will cause any other issues so i'll have to think on it
  10. they are lockouts and you can configure lockout in the config. just search for lockout to find all of the settings. all are showing because someone enabled global lockouts
  11. well that sneaky little shit how'd he get in there?! it should show train_track in place of the green X LOL idk why it's blocking every other one and not this one yet
  12. well as i said train_track is already blocked. you are using 2.4.4? I'll fix it =p
  13. im looking into this issue thanks guys would be great if you could give me the name of the prefab though. i only blocked train_track
  14. nivex

    Raidable Bases

    heya. no. this is disabled by design
  15. Changed Status from Pending to Closed
  16. nivex

    Abandoned Bases

    @Albonationit's an interesting combination of ideas. I'll consider it and I'm sure it'll appeal to many others too
  17. heya. aye, this is intended to function this way as it is technically 30 items. i can note this down to change later
  18. nivex

    Raidable Bases

    2.4.4 released with even more fixes, including players being spammed while mounted which I forgot to put in the update notes
  19. nivex

    Abandoned Bases

    guess I should have stated these issues were fixed when I released 1.1.9 on the 12th I am aware of the issues with guntraps and tesla coils not doing damage, and also with the exception being thrown from OnPlayerSleep. releasing update for this shortly @Albonationcan you provide details on what this option should do? the plugin already protects offline players so long as they haven't been offline more than the configured time @Rust AdminI've added the Allow Players To Use MLRS option in next update
  20. nivex

    update

    Changed Status from Pending to Closed
  21. nivex

    update

    to clarify, all future updates are free for all of my products
  22. Changed Status from Pending to Closed Changed Fixed In to Next Version
  23. I've went ahead and blocked handling for Cargo Train Event's owner ID 1337422 If this doesn't solve the issue then Nikedemos will be able to help you
  24. Changed Status from Pending to Closed
  25. Changed Status from Pending to Closed Changed Fixed In to Next Version

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total 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.