📖
Quito Roleplay Scripts | Docs
StoreSupport
  • Welcome!
  • 🚘Quito-Boosting
    • Introduction
    • Installation
    • Configuration
    • Integrations
      • qb-phone
  • 🚗Quito-Driverslicense
    • Introduction
    • Installation
    • Configuration
  • 🚌Quito-Busdriver
    • Introduction
    • Installation
    • Configuration
Powered by GitBook
On this page
  1. Quito-Driverslicense

Installation

Last updated 1 year ago

Installation

  • Download quito-driverslicense

  • Extract the script into the resources folder in your server

  • Import db.sql into your database

  • Make sure the folder is called quito-driverslicense, or it will cause issues

  • Add ensure quito-driverslicense or start quito-driverslicense in your server.cfg

  • Restart your server

Refer to below examples for the choice you make whether using the item or metadata.

When you are using metadata Config.useItem = false, make sure to disable giving the drivers license in qb-core/server/player.lua

When setting Config.useItem = true, make sure to set the correct item in Config.driver_license and edit the starteritems so that new characters do not receive the drivers license upon character creation.

Below example is for qb-core/shared/main.lua:

🚗