QBOX

Navigate to this line: https://github.com/Qbox-project/qbx_core/blob/main/config/server.lua#L131

sendPaycheck = function (player, payment)
    exports['finals-paycheck']:GivePaycheckByCitizenID(player.PlayerData.citizenid, payment, source)
    Notify(player.PlayerData.source, locale('info.received_paycheck', payment))
end,

Last updated