NeedForScript
  • 🚀Getting Started
    • 🍿Welcome to NeedForScript
    • ❓Quick Setup Guide
  • 🔥Our Scripts
    • 💲Banking Script
      • 🧠Installation
      • ⚙️Configuration
    • 📑Billing Script
      • 🧠Installation
      • ⚙️Configuration
    • 🚗Garage Script
      • 🧠Installation
      • ⚙️Configuration
    • 🧑‍🔧Customs
      • 🧠Installation
      • ⚙️Configuration
Powered by GitBook
On this page
  • Customs Script Installation Guide
  • Prerequisites
  • Step 1: Install Dependencies
  • Step 2: Install the Customs Script
  • Step 3: Configuration
  • Step 4: Start Your Server
  • Verification
  1. Our Scripts
  2. Customs

Installation

PreviousCustomsNextConfiguration

Last updated 6 days ago

Customs Script Installation Guide

Follow these steps to install the NeedForScripts Customs Script on your FiveM server.

Prerequisites

Before you begin, ensure you have:

  1. FiveM server with administrator access

  2. File transfer capability (FTP or direct file access)

Step 1: Install Dependencies

The Customs Script requires two dependencies:

To install these:

  1. Download ox_lib from

  2. Download bl_bridge from

  3. Place both resources in your server's resources folder

  4. Add the following lines to your server.cfg:

    ensure ox_lib
    ensure bl_bridge
  5. Add the bl_bridge convars to your server.cfg with your server options:

    # Frameworks 'ox' | 'qb' | 'esx' | 'qbx'
    setr bl:framework 'qb' 
    
    # Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'qs' | 'origen' | 'none'
    setr bl:inventory 'ox'
    
    # Context 'ox' | 'qb'
    setr bl:context 'ox'
    
    # Target 'ox' | 'qb'
    setr bl:target 'ox'
    
    # Progress 'ox' | 'qb'
    setr bl:progressbar 'ox'
    
    # Radial 'ox' | 'qb'
    setr bl:radial 'ox'
    
    # Notification 'ox' | 'qb' | 'esx'
    setr bl:notify 'ox'
    
    # TextUI 'ox' | 'qb' | 'esx'
    setr bl:textui 'o

Step 2: Install the Customs Script

  1. Download the Customs Script from your NeedForScripts purchase

  2. Extract the files to your server's resources folder

  3. Add the following line to your server.cfg:

    ensure nfs-customs

Step 3: Configuration

  1. Open the config.lua file in the Customs Script folder

  2. Adjust settings according to your server's needs (refer to our Configuration Guide for details)

Step 4: Start Your Server

  1. Save all changes

  2. Start or restart your FiveM server

Verification

To verify the installation:

  1. Connect to your server

  2. Visit a vehicle customization shop in-game

  3. Confirm that you can access and use the customization features

If you encounter any issues, please check our Troubleshooting Guide or contact our support team.

Enjoy using the NeedForScripts Customs Script on your server!

ox_lib
bl_bridge
overextended GitHub repository
Byte Labs GitHub repository
🔥
🧑‍🔧
🧠
Page cover image