Client Exports
generatePlate
Generating a license plate, you can use this export in your other resources in which you need to give a different license plate than the one generated by GTA by default. Export will return the license plate string
---@param plateFormat: You can use the option to enter a custom format, but you can also leave the generation of the license plate according to the specified format in config vms_vehicleshopV2.
exports['vms_vehicleshopV2']:generatePlate(plateFormat)
openShowroom
Opening the showroom menu
---@param {id: string or nil}: Dealership ID or don't give ID, then it will detect the current area of the dealership you are in
exports['vms_vehicleshopv2']:openShowroom(id)
Last updated
Was this helpful?