Skip to content

Storm-Dev6/gamestorm-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŒ€ Gamestorm Backpack

A free and lightweight script for adding persistent backpacks to your server using ox_inventory.


✨ Features

  • 0.0 ms Usage: Optimized for performance.
  • Persistent Backpack Prop: Automatically adds a backpack to the player's back when in inventory.
  • Customizable Parameters: Easily configure item names and storage capacities.
  • Framework Compatibility: Works seamlessly with ox_core, ESX, QBCore, and any other framework supporting ox_inventory.

πŸš€ Installation

Follow these simple steps:

  1. Download the script from the Gamestorm Backpack Repository.
  2. Add the Backpack Item to your inventory as described in the Extra Information section below.
  3. Add Backpack Image to your inventory images:
    • Copy the image located at gamestorm_backpack\_inventory_images\backpack.png to your inventory image directory.
  4. Place the Script in your resources directory.
  5. Add the following line to your server.cfg file:
    ensure gamestorm_backpack
    • Ensure this line is placed after ox_lib but before ox_inventory.

πŸ“œ Dependencies


πŸ”§ Extra Information

To add the backpack item, include this in your ox_inventory/data/items.lua file:

['backpack'] = {
    label = 'Backpack',
    weight = 220,
    stack = false,
    consume = 0,
    client = {
        export = 'gamestorm_backpack.openBackpack'
    }
},

πŸŽ₯ Preview

Check out how it works in the Live Preview.


πŸ› οΈ Support

If you need assistance or want to stay updated, join our Discord Server.

Discord Banner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published