#No payments

1 messages · Page 1 of 1 (latest)

cinder beacon
#

Hy there i dont get any payout when im doing a job, i had a fresh install of qbcore plsss help me

nimble bloomBOT
#

More Effort Required.

We are here to help you, but please, consider how much effort you are putting into your post.
Please provide information such as:

  • What you were doing when the issue occurred
  • What you have tried to resolve the issue
  • Any error messages you have received
  • Any other information you think may be relevant

Please edit your post to include this information, and we will be happy to try help you further.

severe valley
#

Hi there 🙂 Please follow the steps below and let me know if this fixes the issue for you:

  1. Open qb-core/server/functions.lua in a text editor

  2. Scroll down to line 398. It should look like this:

if not next(QBCore.Players) then return end
  1. Replace the line above with the following:
    if not next(QBCore.Players) then 
        SetTimeout(QBCore.Config.Money.PayCheckTimeOut * (60 * 1000), PaycheckInterval) -- Prevent paychecks from stopping forever once 0 players
        return 
    end

The entire PaycheckInterval() function should now look like this

  1. Restart your server and confirm that employees are now paid correctly
cinder beacon
#

Thank you @severe valley I Will try that thx man

#

Thats exacly the problem What you give as the example