πŸ› οΈSA-Money-V2

Frequently Asked Questions - Here you can find tips to solve some common issues for SA-Money-v2

Common

I can't see the image of the item
  • By default, we don't provide any pictures for money item. You have to download them from the internet and import them to inventory.

  • If you already downloaded them, imported and still don't see them, please get in touch with the developer of the inventory, not us!

SCRIPT ERROR: @qb-core/server/player.lua:xxx: No such export 'FUNCTION' in resource SA-Money-v2
  • Open the live console in txAdmin and type into the command prompt to ensure SA-Money-v2

  • If you get an error like 'You lack the required entitlement' follow this guide


QS-Inventory

When I pick up money from the ground, it duplicates
  • If you use Quasar inventory, just open the quasar inventory folder server/custom/framework/qb.lua and disable UseCashAsItem = false


OX Inventory

Duplicating money

If you use ox_inventory, open the folder ox_inventory/modules/bridge/qb/server.lua and replace it with this one or you can do it yourself by editing the file. Below is a picture of how to edit it.

https://github.com/Studio-PLAYERS/TEBEX-Doc/blob/main/SA-Money/Installation/server.lua


Codem-Inventory

Cash doesn't show in the inventory
  • If you cannot give yourself item cash, create a new one named money in codem-inventory > config > itemlist.lua

  • then change in SA-Money-v2 > config.lua from cash to money


FD_Banking

Item doesn't show/add in inventory
  • This problem is because FD-Banking rewrites functions that you edit in player.lua. You have to open fd_banking / modules / bridge / server / qb.lua to fix that

  • Find this line

  • and replace it with this

  • Do the same thing with this line below

  • replace with this

Last updated