Skip to content

Commit

Permalink
Inventory Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage committed May 20, 2024
1 parent 9269e87 commit 354423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ QBCore.Functions.CreateCallback('qb-banking:server:orderCard', function(source,
cardNumber = cardNumber,
cardPin = pinNumber,
}
Player.Functions.AddItem('bank_card', 1, nil, info)
exports['qb-inventory']:AddItem(src, 'bank_card', 1, false, info, 'qb-banking:server:orderCard')
cb({ success = true, message = Lang:t('success.card') })
end)

Expand Down

0 comments on commit 354423b

Please sign in to comment.