⚙️
PHYSIX Documentation
Support
  • 👋Welcome to PHYSIX documentation
  • ❓Support center
  • 💩P6 Additional Needs
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 🛡️P6 Bodyguards
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 🌉P6 Bridge
    • ⚙️Installation
    • 📒Usage
    • 🪛Exports
      • 😀Client Exports
      • 🖥️Server Exports
  • 🚴P6 Gym
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • ⚙️P6 Settings
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 📦P6 Spawner
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
  • 📃P6 Whitelist
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
    • 🪛Exports
      • 🖥️Server Exports
  • 🛡️P6 Zones
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
    • 🪛Exports
      • 😀Client Exports
      • 🖥️Server Exports
  • 🛡️P6 Zones - Zombie Waves
    • ⚠️Dependences
    • ⚙️Installation
    • 🔧Configuration
    • 📒Usage
    • 🪛Exports
      • 😀Client Exports
      • 🖥️Server Exports
Powered by GitBook
On this page
  • Inventory
  • Database
  1. P6 Bodyguards

Installation

First, we want to let you know that our script only supports the latest versions of the two most popular frameworks. While it might work on older versions, we don't provide support for them as our development is focused on the latest stable releases.

Make sure your server.cfg contain this line:

For ESX:

ensure p6_bodyguards

For QBCore:

ensure p6_bodyguards

Inventory

This mod is standalone and does not depend on any inventory system. However, we provide installation support for these frameworks to simplify setup.

For ESX:

  • If you are using ox_inventory, please copy the provided image from the _installation/[images] and paste it into your ox_inventory/web/images folder. Then copy the items provided in _installation/[items]/ox_inventory.lua and paste them into your ox_inventory/data/items.lua file.

For QBCore:

  • If you are using qb-core inventory, please copy the provided image from the _installation/[images] and paste it into your qb-inventory/html/images folder. Then copy the items provided in _installation/[items]/qb_inventory.lua and paste it into your qb-core/shared/items.lua file. For other inventory systems, you will need to adapt them manually to include the item if you choose to enable it in the configuration file.

Database

This mod requires a database configured. If you already have one, execute the sql file provided in the _installation/[database] folder to create the neccesary table.

PreviousDependencesNextConfiguration

Last updated 3 months ago

🛡️
⚙️