onVehicleUndriveable
Information
Cet évènement est appelé lorsqu'un véhicule ne peut plus être conduit. (Obsolète)
RegisterNetEvent('onVehicleUndriveable')
AddEventHandler('onVehicleUndriveable', function(vehicleId)
-- ...
end)
Paramètre | Type | Description |
---|---|---|
vehicleId | Integer | L'identifiant du véhicule |