Installation Guide

This guide explains how to correctly install and configure the Driving School Creator Script on your FiveM server.

1. Download the Required Assets

If you purchased the Escrow version:

  • You will receive only one script: nproblem-drivingSchool.

  • The library is already integrated. ⚠️ No need to install or start any separate library.

If you purchased the Open Source version:

  • You will receive two scripts:

    • nproblem-drivingSchool (Main Script)

    • nproblem-dmv-lib (Library)

  • Both scripts must be installed and started separately.


2. Installing the Script

For Escrow version:

  • Add the following to your server.cfg:

    start nproblem-drivingSchool

✅ No need to include the library separately.

For Open Source version:

  • Start the library first, then the main script:

⚠️ Library must be started before the main script.


3. Database Setup

  • Import the data.sql file into your database:

    1. Open your SQL tool (e.g., phpMyAdmin, HeidiSQL).

    2. Select your server’s database.

    3. Run the provided data.sql file.


4. Framework Configuration

  • Open the shared.lua file.

  • Adjust the framework and SQL options according to your server setup (e.g., QBCore, ESX, oxmysql, etc.).


Done! Your Driving School Script is now ready to use!

Last updated