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
  • Install Instructions
  • Step 1: Install Dependencies
  • Step 2: Add Item
  • Step 3: Add Image
  • Step 4: Setup Config
  • Step 5: Ensure Resource

Was this helpful?

  1. Fivem Scripts
  2. Storage Units

Installation

PreviousStorage UnitsNextVoting System

Last updated 7 months ago

Was this helpful?

Install Instructions

Automatic SQL Injection

No need to import (sf_storage.sql) to your database, it will automatically create and setup the necessary database table for you if it doesn't exist already.

Step 1: Install Dependencies

Step 2: Add Item

This item require to add if you enable item check in config file

ox_inventory
-- Add items into ox_inventory/data/items.lua
['police_stormram'] = {
    label = 'Stormram',
    weight = 5000,
},
qb-inventory
-- Add items into qb-core/shared/items.lua
police_stormram = { 
    name = 'police_stormram', 
    label = 'Stormram', 
    weight = 5000, 
    type = 'item', 
    image = 'police_stormram.png', 
    unique = true, 
    useable = false, 
    shouldClose = true, 
    combinable = nil, 
    description = 'A nice tool to break into doors' 
}

Step 3: Add Image

Also this image require to add if the item added

ox_inventory

unzip and drop the image inside ox_inventory/web/images folder.

qb-inventory

unzip and drop the image inside qb-inventory/html/images folder.

Step 4: Setup Config

This step only go to config.lua file and start setup, everything explained there

Step 5: Ensure Resource

This is last step and is easier, just drag and drop the folder 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 command ensure sf_storageunits.

๐Ÿ“‚
๐Ÿ”
Release v2.5.2 ยท overextended/oxmysqlGitHub
latest release version of oxmysql
5KB
images.zip
archive
config.lua
Release v3.14.0 ยท overextended/ox_libGitHub
latest release version of ox_lib
Logo
Logo