ND_Dealership
This resource creates dealerships anywhere you want, it has showcase rooms, vehicle catalog menu, previewing vehicles before purchasing, test driving before purchasing vehicles, ox_target interactions, permissions & more.
Preview video
No preview video yet!
Setup guide
Install the resource
Download and add the resource to your server ND_Dealership (opens in a new tab)
Install dependency
Configuration
ND_Dealership contains two configuration files data/dealerships.lua and data/vehicles.lua this documentation explains how you can configure this resource.
vehicles.lua
This is where you set up each vehicle category.
- 
modelVehicle model hash. - 
priceNumber of how much the vehicle costs. - 
labelString of the vehicle model, you can use this for addon vehicles that don't have a model name. - 
propertiesString of all vehicle properties that will be applied, to get this you can customize your vehicle in game and then use the/vehpropscommand to copy properties to clipboard. 
dealerships.lua
In this file you create each dealership and locations.
- 
showroomCategoriesIf this is found and contains categories then vehicles from those categories will be randomly selected and added to the showroom. - 
categoriesThis is the vehicle categories that can be purchased at that specific dealership, these will be found on the vehicle catalog when interacting with the dealership ped which is not the same menu as the showroom one when interacting with a vehicle. - 
blipYou can configure how the blip will look like, the blip only appears if the player has permision to the blip. For blip sprite & colors view fivem blip docs. (opens in a new tab) - 
groupsÌf this exists and is found then the dealership will use permissions to switch vehicle in the showroom, test drives, purchase vehicles, interact with target, & blip. - 
interactThis is ped interaction, you can set the ped model, coords, and location of the vehicle if the player views a vehicle from the ped vehicle catalog menu. - 
showroomLocationsVehicle showroom locations, this is where the vehicles will be spawned in the showroom. - 
spawnsLocations of vehicle spawns if a player purchases a vehicle and doesn't send to garage.