Installation Guide

Before installing lb-clubby, ensure you have the following dependencies:

  • LB Phone - Required for the phone app interface

  • ox_lib - Required for callback system

  • oxmysql - Required for database operations

  • pma-voice - Required for voice chat functionality

  • MySQL Database - For storing account and room history data

Step 1: Database Setup

  1. Import the SQL file into your MySQL database:

-- Run the SQL file located at: INSTALL_ME.sql

The SQL file creates the following tables:

  • clubby_accounts - Stores user account information

  • clubby_room_history - Tracks room creation history for badges

Step 2: Resource Installation

  1. Download and extract the resource to your server's resources folder

  2. Ensure the resource is named lb-clubby (required for proper functionality)

  3. Add the resource to your server.cfg:

ensure lb-clubby

Important: The resource name must remain as lb-clubby for the app to function correctly.

Step 3: Dependencies

Make sure these resources are started before lb-clubby:

Step 4: Framework Support

lb-clubby supports multiple frameworks with auto-detection:

  • ESX - Automatically detected if es_extended is running

  • QB-Core - Automatically detected if qb-core is running

  • QBox - Automatically detected if qbx_core is running

  • Standalone - Default fallback (uses lb-phone directly)

The framework is auto-detected on resource start. You can also manually set it in config.lua (see Configuration section).

Last updated