Price
UnknownA script by KikoProykov
Price
UnknownThis resource is encrypted with FiveM escrow
After purchase you can access the script at https://keymaster.fivem.net/asset-grants
You can buy it on Tebex – Just 6 euro
Preview Video
For Support join on Discord
Features
Dependencies
The Config.lua
Config = {}
Config.CoreName = 'qb-core' -- Core name, 'qb-core' is default
Config.qbPrefix = 'qb-' -- Your script name prefix for menu & input
Config.Item = 'moneycase' -- Item have you wont to use
Config.MaxCash = 50000 -- Max cash in a money case
Config.log = 'yes' -- If yes a namecheck with add will be displayed at every restart in server console
The Locale file
menu = {
['moneycase'] = 'Money Case',
['getMoney'] = 'Withdraw',
['putMoney'] = 'Deposit',
['moneycase_text'] = 'Money: $',
['close'] = 'Exit',
['getMoney_info'] = 'Get the money they have in the case!',
['putMoney_info'] = 'Put money in the case to be safe!',
},
input = {
['money'] = 'Money ($)',
['getMoneyButton'] = 'Withdraw',
['putMoneyButton'] = 'Deposit',
},
notify = {
['successDeposit'] = 'Successfully deposited $%{money} into the moneycase',
['successWithdraw'] = 'Successfully withdrew $%{money} from the moneycase',
['caseFull'] = 'The moneycase is full',
['caseNotEnoughMoney'] = 'The moneycase does not have enough money',
['playerNotEnoughMoney'] = 'You don\'t have enough money',
}
The default item
-- meta-moneycase
['moneycase'] = {['name'] = 'moneycase', ['label'] = 'Money Case', ['weight'] = 100, ['type'] = 'item', ['image'] = 'moneycase.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A briefcase in which to store our money!'},
| Code is accessible | Some parts |
| Subscription-based | No |
| Lines (approximately) | 500 |
| Requirements | QbCore based framework, Notify script, qb-input, qb-menu and inventory |
| Support | Yes in Discord |
See what others are saying about this script.
Share your experience and help others.