Vehicle Configuration
Shared.Vehicles
Vehicles that can be used by Police Dog's must be added to the configuration file.
Each vehicle requires the following options:
- model
: The spawncode of the vehicle you are configuring
- doors
: A list of doors to open when the dog exits/enters a vehicle. Options: 'trunk'
(With Quotes), 0
(Without quotes - Left Front Door), 1
(Without quotes - Right Front Door), 2
(Without quotes - Left Rear Door), 3
(Without quotes - Right Rear Door), 4
(Without quotes - Hood/Bonnet)
- seat
: The seat ID that the dog should be placed in. Options: -1
(Drivers Seat), 0
(Passenger Seat), 1
(Back Seat Drivers Side), 2
(Back Seat Passenger Side).
You can also optionally add a secondarySeat
parameter. This takes the same seat ID's as the above option, and is used if the primary seat is occupied.
Last updated