📚
Dusa all scripts documentation
  • Home
  • General Questions
    • Escrow System
    • Error parsing script ... <\1>
    • Failed to verify protected resource
    • You lack the required entitlement
    • If nothing fixed your problems
  • Need Help?
  • Scripts
    • Police Job
      • Installation
      • Configuration
      • Client
        • Exports
        • Events
      • Server
        • Callbacks
      • Common Issues
    • Evidence
      • Installation
      • Configuration
      • Client
        • Events
      • How to add custom weapon compatibility?
      • Common Issues
    • Hud
      • Installation
      • Configuration
      • Client
        • Events
        • Exports
      • Server
        • Events
    • Vehicle Keys
      • Installation
      • How to give keys to player? (e.g on dealerships)
      • Client
        • Exports
        • Events
      • Server
        • Exports
        • Events
    • Billing
      • Installation
      • Configuration & Exports (ESX)
      • Configuration & Exports (QB)
    • Police MDT
      • Installation
      • Configuration & Exports (ESX/QBCore)
    • Dispatch
      • Installation
      • On other resources, how can I integrate dispatch?
      • How to send custom dispatch?
      • Client
        • Exports
        • Events
        • Handlers
      • Server
        • Exports
    • Multicharacter + Spawn Selector
      • Installation
      • Configuration & Exports (ESX)
      • Configuration & Exports (QB)
Powered by GitBook
On this page
  • First Steps
  • IMPORTANT - Replacing baseevents
  • Setting Start Order
  • Configuration
  1. Scripts
  2. Vehicle Keys

Installation

PreviousVehicle KeysNextHow to give keys to player? (e.g on dealerships)

Last updated 2 months ago

First Steps

1

Login to your account

2

Check "Granted Assets"

3

Find Bridge, Vehicle Keys and Lockpick from the list

4

Install them

5

Unzip all of them to your resources folder

IMPORTANT - Replacing baseevents

Replace your baseevents script with this one

Setting Start Order

Firstly, head into your server.cfg file

Place script with this start order (ox_lib, core firstly after that follow this order)

start ox_lib
start qb-core
start dusa_bridge
start dusa_lockpick
start dusa_vehiclekeys

Configuration

You can configure small details depends on your own will. Configuration not including anything that blocks script running

keymaster
GitHub - lesimov/baseevents: Modified baseevents for dusa_vehiclekeysGitHub
Logo