Jump to content
Message added by Khan,

Anyone having BP duplication issues is not a direct result of this plugin.
It's due to a plugin you are running that kills the player OnDisconnected too early, resulting in the duplication occurring.
To fix, find the plugin and wrap the player.Die(); call in a NextFrame.

        private void OnPlayerDisconnected(BasePlayer player)
        {
            NextFrame(() =>
            {
                if (player == null)
                    return;
                player.Die();
            });
        }

 

1 Screenshot

  • 28.5k
  • 483
  • 38.38 kB

Review Averages

5.0 out of 5 stars
100%
0%
0%
0%
0%

User Feedback

You may only provide a review once you have downloaded the file.

Disguise

   1 of 1 member found this review helpful 1 / 1 member

Very neat, cool plugin.

Works as intended, but I have a question. Why is it free? 😳

Keep it up! 🏅

Response from the author:

Thanks, if you have any feedback on what more I could add to it or change feel free to discuss it with me on either Discord @Khan#8615

or here on codefling under the discussion tab /

  • Like 1
Link to review
6Andromeda9

· Edited by Mals

  

I was looking for something to change research for my server, this plugin gave me many options. A great plugin for my server and free, sheesh!!

  • Love 1
Link to review
  • Love 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.3k

Files Sold

Total number of files sold.

1.6m

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.