SouF Store
DiscordYoutube
  • ๐Ÿ“‚Fivem Scripts
    • โณPriority Cooldown
      • Installation
      • Server Exports
    • ๐Ÿ”Storage Units
      • Installation
    • Voting System
      • Installation
  • ๐Ÿ”BurgerShot Job
    • Installation
    • Config Preview
    • Exports
    • Maps Support
  • โ˜•BeanMachine Job
    • Installation
    • Script Showcase
      • ๐Ÿ’ปLaptop System
      • ๐Ÿ–ฅ๏ธBoss Menu System
      • ๐Ÿ›’Customer Shop
      • ๐Ÿ›’Ingredient Shop
      • ๐Ÿ‘จโ€๐ŸณPreparation System
      • โ„๏ธIce Machine System
      • ๐ŸšDelivery System
      • ๐Ÿ’ตBilling System
      • ๐Ÿ“ปDJ Booth
      • ๐Ÿš™Garage
      • ๐Ÿงพ3D Text Scenes
      • ๐Ÿ†˜Emergency Assistance System
      • ๐Ÿ‘”Outfit System
      • ๐Ÿ–‹๏ธDuty System
      • ๐ŸšชDoorlock System
      • ๐Ÿ‘๏ธInteracts
    • Config Preview
    • Exports
      • Client Exports
      • Server Export
    • Maps Support
    • Integrations
  • ๐Ÿ•Pizza This Job
    • Installation
    • Config Preview
    • Exports
      • Client Exports
      • Server Export
    • Maps Support
    • Integrations
  • ๐Ÿ˜ปUwU Cate Cafe Job
    • Installation
    • Config Preview
    • Exports
      • Client Exports
      • Server Export
    • Maps Support
    • Integrations
Powered by GitBook
On this page
  • Step 1: Install Dependencies
  • Step 2: Setup Framework
  • Step 3: Add items list and images to inventory
  • Step 4: Only for qb-inventory v2 users
  • Step 5: Setup Config
  • Last Step: Ensure Resource

Was this helpful?

  1. BeanMachine Job

Installation

The installation its easier and simple

PreviousBeanMachine JobNextScript Showcase

Last updated 7 days ago

Was this helpful?

Automatic SQL Injection

In the sf_beanmachine/!install directory, you'll find a file called data_beanmachine.sql. There's no need to manually import this into your database. When you launch your server (or just the resource), it will automatically generate and configure the required database table if it hasn't already been created.

Step 1: Install Dependencies

Don't forget to install sf_lib and sf_beanmachine_assets, which is included with the script upon purchase.

Step 2: Setup Framework

Go to sf_lib/Config.lua and config your framework, its auto detect so if your resource core folder is default no need to do that.

Step 3: Add items list and images to inventory

In the sf_beanmachine/!install directory, you will find images inventory and items list.

Step 4: Only for qb-inventory v2 users

Required to add this function in qb-inventory/server/functions.lua in bottom file.

local function ClearInventoryStash(identifier)
    local inventory = Inventories[identifier]
    if not inventory then return end
    inventory.items = {}
    inventory.isOpen = false
end

exports('ClearInventoryStash', ClearInventoryStash)

Step 5: Setup Config

Go to sf_beanmachine/config.lua file and start setup, everything explained there.

Last Step: Ensure Resource

After download scripts and setup your config, drag and drop the folders into your main resources, if folder you drag him is inside sub folder and this sub folder already started everything ok, if not need to go server.cfj and add this commands:

ensure sf_lib
ensure sf_beanmachine_assets
ensure sf_beanmachine
โ˜•
Release v3.14.0 ยท overextended/ox_libGitHub
ox_lib
Release v2.5.2 ยท overextended/oxmysqlGitHub
oxmysql
Release xSound 1.4.3 ยท Xogy/xsoundGitHub
xsound
Logo
Logo
Logo