Jump to content

RaidableSleeper [Works with HallOfShame] 1.6.0

$4.99
   (1 review)
Message added by RustFlash,

If you need quick support, feel free to open a ticket on my Discord. When joining, please select the FLASH role.
I also have some free plugins there that might interest you.
https://discord.gg/2ftdtaTQ6S

1 Screenshot

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

0g.Ghost.7373

Posted

Can you tell me how to fix this?

Calling hook CanLootPlayer resulted in a conflict between the following plugins: RaidableSleeper - False (Boolean), Skins (True (Boolean))

This is the part in the Skins file...

        private object CanLootPlayer(BasePlayer looter, BasePlayer target)
        {
            if (looter != target)
                return null;

            ContainerController container;
            if (!_controllers.TryGetValue(looter.userID, out container) || !container.IsOpened)
                return null;

            return true;
        }

  • Love 1
RustFlash

Posted

It is not compatible with the skins plugin. Can you tell me who this plugin is from?
 
I'll see if I can make it compatible for the next version.

RustFlash

Posted

✔️ Working since version 1.6.0

On 10/9/2024 at 3:54 PM, 0g.Ghost.7373 said:

Can you tell me how to fix this?

Calling hook CanLootPlayer resulted in a conflict between the following plugins: RaidableSleeper - False (Boolean), Skins (True (Boolean))

This is the part in the Skins file...

        private object CanLootPlayer(BasePlayer looter, BasePlayer target)
        {
            if (looter != target)
                return null;

            ContainerController container;
            if (!_controllers.TryGetValue(looter.userID, out container) || !container.IsOpened)
                return null;

            return true;
        }

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

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.