Page cover

Installation guide

Welcome to the Brutal Driving School installation guide, here you can learn how to completely install our asset.


Asset download

  • Put the script folder to your server.

  • Start the script in the server.cfg. (ensure brutal_driving_school)

  • Restart your server! (And you get permission to use the script)


Only for ESX users

Upload the SQL

INSERT INTO `licenses` (`type`, `label`) VALUES
    ('drive_a', 'A'),
    ('drive_b', 'B'),
    ('drive_c', 'C'),
    ('drive_icc', 'ICC'),
    ('drive_ppl-a', 'PPL-A'),
    ('drive_ppl-h', 'PPL-H'),
    ('theory_a', 'Theory A'),
    ('theory_b', 'Theory B'),
    ('theory_c', 'Theory C'),
    ('theory_icc', 'Theory ICC'),
    ('theory_ppl-a', 'Theory PPL-A'),
    ('theory_ppl-h', 'Theory PPL-H');

Asset positioning

-- First we will start the cores, never below
ensure es_extended or qb-core

-- The Notify / TextUI or target system / Progressbar / Inventory / Billing have to be above our asset
ensure [notify]
ensure [inventory]
ensure [billing]
ensure [textui] -- or target system 

-- Start the Brutal Driving School at the end
ensure brutal_driving_school

Setting the loaded event

In the client-core.lua file go to the LoadedEvent variable and if you are using a different event then paste there your event which is used on your server.

client-core.lua

Checking the Config file

Please make sure that you go through the whole file during the installation and check everything. It is one of the most important things as if you miss this step the script might won't work properly.

Most important steps

The most important things always at the top of the config so pay the most attention to these elements.

Setting the Notify

If you are using the Brutal Notify then it is good news, you don't have to do anything. If you aren't then set the BrutalNotify value to false in the config and set up your own notify in the cl-utils.lua

Setting the TextUI or Target

Set the TextUI from the options which are commented out. If your server using an other TextUI it is not a problem, you can set it up in the cl-utils.lua. If you want to use a target system then set the TextUI to false and set your target.


If you got any error

If you followed the installation guide and the script still don't work or you get any errors the please check the common errors, here in the docs and in our discord server, for more information.

Last updated

Was this helpful?