How to spawn a car:
TriggerEvent('esx:spawnVehicle', "vehiclename")
How to get items you want (if they didn't correct the below 0 bug)
TriggerServerEvent('esx_vehicleshop:putStockItems', "bread",-100)
How to teleport you to some coords:
TriggerEvent('esx:teleport', {x= -365.425, y= -131.809, z= 37.873})
TriggerEvent('esx:spawnVehicle', "vehiclename")
How to get items you want (if they didn't correct the below 0 bug)
TriggerServerEvent('esx_vehicleshop:putStockItems', "bread",-100)
How to teleport you to some coords:
TriggerEvent('esx:teleport', {x= -365.425, y= -131.809, z= 37.873})