[PAID] [QBCore Based] MetaVibes - MoneyCase

A script by KikoProykov

No reviews yet.
[PAID] [QBCore Based] MetaVibes - MoneyCase main image

Full Description

This 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

  • Fully customizable resource using QBCore based framework
  • Limit on how much money player can store in one moneycase
  • Every moneycase is unique
  • Choice to have prop in player hand if they have moneycase in inventory
  • Even that its encrypted most part is not like menus and others
  • Translated into English and Bulgarian language! To choose which (language you want to use go to fxmanifest.lua)

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