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.sqlfile into your database:Open your SQL tool (e.g., phpMyAdmin, HeidiSQL).
Select your server’s database.
Run the provided
data.sqlfile.
4. Framework Configuration
Open the
shared.luafile.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