AddEventHandler("jobs_creator:actions:vehicleImpounded", function(vehiclePlate, vehicleModel)
end)
RegisterNetEvent("jobs_creator:actions:vehicleImpounded", function(vehiclePlate, vehicleModel)
-- You can add your impound script exports here
TriggerServerEvent("impound_script:impoundVehicle", vehiclePlate, vehicleModel)
end)
Parameters
| Name | Data Type | Description |
|---|---|---|
vehiclePlate | string | The vehicle plate |
vehicleModel | string | The vehicle model |
