Jump to content

mrdecoder

Creator
  • Posts

    379
  • Joined

  • Last visited

Everything posted by mrdecoder

  1. mrdecoder

    Plugin Dosen't Work

    hi , i think i fixed it
  2. mrdecoder

    Does not work

    yes and im very sorry for this , i had alot o f irl stuff happening, could you please try the new update and see if it worked
  3. mrdecoder

    New Error message

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.9
  4. mrdecoder

    New Error message

    @pookins can you try the now version and see if its fixed ,
  5. you cant yet , but i om going to make more maps like this also for sell
  6. im hoping a can make a better update on this plugin soon atm im accupied irl but ill try to make it better asap as for the day time night time yes the day, time wise starts at 10:00 this is because this plugin includes the dusk and dawn inside the night time you ever noticed that on other plugins , even when night is very very fast , that the morning still takes a long time this is because between 6 and 10 its dawn this is why i added it in the night the day wil basicly start when sun is already up a bit
  7. mrdecoder

    Plugin Dosen't Work

    hi, sorry i was out for a while , ill start fixing this asap
  8. mrdecoder

    carbon

    it should work on carbon but ill take a look at it better this week
  9. this is a good idea ill try to add it in
  10. haha yes thats true i never realy looked at that normaly its 45min day and 45min night to change it you can make day 45 and night 5 for axample
    nice map, i dont say this much but alot of things on this map is actualy pretty well made as a map builder myself i sometimes check maps out to see if there are still people with some skill out there and to be honest most builders are noobs but this one actualy looks realy good so good job altho christmass is almost over i do have some tips for you to be even better i noticed alot of stuff is double mostly your christmass stuff in the map also some mountains are nice but others seem to have no detail add detail stuff everywhere, not just on some spots ps: im updating your mountain a bit look at picture
  11. it should not do that aslong is you keep day and night running it should spawn in cargo
  12. all ok now? @Angry Dragon Gaming if still not working send me the error message
  13. haha sorry , just took the last 2 didnt see you ill post a fix below for all to use if you know how to do cs file else send me a message with proof of buy
  14. mrdecoder

    Jet Ski

    as i did not get any message yet from staff here is a small fix that you can add yourself in line 413 till 443 replace the compleet if (SkinID != 0) with below if (SkinID != 0) { // Create lists for player items and items to collect var playerItems = Pool.GetList<Item>(); var itemsToCollect = Pool.GetList<Item>(); try { // Collect all items from the player's inventory playerItems.AddRange(player.inventory.containerMain.itemList); playerItems.AddRange(player.inventory.containerBelt.itemList); playerItems.AddRange(player.inventory.containerWear.itemList); // Filter items based on SkinID, short name, and amount foreach (var item in playerItems) { if (item.skin == SkinID && item.info.shortname == ShortName && item.amount > 0) { itemsToCollect.Add(item); } } // Check if there are enough items to meet the required amount if (itemsToCollect.Count < Amount) { Instance.PrintToChat(player, string.Format(noResourcesText, itemDef.displayName.english.ToLower())); return false; } // Remove the items from the inventory foreach (var item in itemsToCollect) { item.RemoveFromContainer(); } } finally { // Free pooled lists to avoid memory leaks Pool.FreeList(ref itemsToCollect); Pool.FreeList(ref playerItems); } break; } next step replace arround line 472 _buoyancy.SavePointData(); with _buoyancy.SavePointData(false);
  15. mrdecoder

    Jet Ski

    already messaged the moderators and i only give to people that i know have payed for it
  16. @NxG-Chaos @Neighigh i made a fix for it
  17. mrdecoder

    Jet Ski

    i have a fixed version !!! if want it let me know
  18. mrdecoder

    OnPlayerRespawned

    Failed to call internal hook 'OnPlayerRespawned' on plugin 'LoadoutController v2.0.7' [458523914] (Object reference not set to an instance of an object) at LoadoutOption Oxide.Plugins.LoadoutController.CheckPlayerPermission(BasePlayer player) in /home/container/carbon/plugins/LoadoutController.cs:line 916 at void Oxide.Plugins.LoadoutController.OnPlayerRespawned(BasePlayer player) in /home/container/carbon/plugins/LoadoutController.cs:line 221 at object Oxide.Plugins.LoadoutController.InternalCallHook(uint hook, object[] args) in LoadoutController.cs/Internal:line 160 i get alot of these messages and it also seems that my players stil spawn naked sometimes i told this before but nothing is done yet i hope you can check this asap
  19. i tryed alot of ways bast would be only Additional Items but thats not possible cause even if i put 0 or -1 it still gives a small ammount of the standard ore (i want smelted items ) if i put multiplier to x10000 then it gives you those ores but on vanila speeds meaning it takes 30 minutes to farm 1 node so its also multipling the time og hitting it so atm to compensate for this plugin and to use it normaly or atleast sort of i had to download instant smelt and instant gather i hope you can fix this soon so i can remove these extra plugins
  20. i tryed to do my gethering today but it seems its still not fixed ? i can put a multiplier but then it also multiplies the time when i add items it uses the items in the multiplier but it also still gives the basic ore even if i put it to 0 or -1 is there anything i can do to make this work or do i have to simply stop using the gather system from this plugin ?
  21. mrdecoder

    spawn problem

    any update on this people still spawn naked sometimes
  22. mrdecoder

    Hello

    me 2

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.3k
Customers served
Files Sold
161.2k
Total sales
Payments
3.5m
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.