wrenchSetup & Installation

:


🛠️ Setup & Installation

Follow these steps to properly install and configure Space Addictions on your server.


1️⃣ Dependencies

Make sure the following resources are installed and started before space_addictions:

- Framework: ESX, QBCore, or Qbox
- Database: oxmysql
- Inventory: ox_inventory, qb-inventory, or base ESX inventory
- Library (Recommended): ox_lib (for notifications and UI elements)
  • Framework: ESX, QBCore, or Qbox

  • Database: oxmysql

  • Inventory: ox_inventory, qb-inventory, or base ESX inventory

  • Library (Recommended): ox_lib (for notifications and UI elements)


---

### 2️⃣ Database Setup

Add the required columns to your player table (`players` or `users`). Execute the appropriate SQL file for your framework:

-- For QBCore / Qbox qb.sql or qbox.sql

-- For ESX esx.sql

Note: For ESX, adjust the table name to users if needed.


3️⃣ Adding Items

Add all necessary items to your inventory system using the ITENS/ folder:


4️⃣ Final Steps

  1. Place the space_addictions folder inside your server's resources directory.

  2. Edit the config.lua file and set Config.Framework to match your server.

  3. Ensure the script is started in your server.cfg after all dependencies:

Last updated