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

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

   2 of 2 members found this review helpful 2 / 2 members

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
  • Haha 1
  • Love 1

User Feedback

1.4m

Downloads

Total number of downloads.

7k

Customers

Total customers served.

104.9k

Files Sold

Total number of files sold.

2.1m

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.