Vehicle Jobs Integration

Add this lines after the spawnvehicle function in your client-side:

local plate = GetVehicleNumberPlateText(vehicle)
TriggerServerEvent('alex-keysystem:addTemporaryKey', plate)

Last updated