[Discontinued] RP Vehicle Damage System [1.0.1]

Do you know where i change so police cars has the same. right now thay cant break. :confused:

Great Work love the mod

This works great, but I have a bit of an animation tick after an accident. Does anyone know how to fix this?

https://im3.ezgif.com/tmp/ezgif-3-44e968d671.gif

This wont destroy the veichle if you drive into a wall, right? Got the: levelOfDamageToKillThisBitch = 1500.5

Can’t destroy it by driving whatever I do

nice Script guy. Thank you

How to allow /fix command only for admins? Btw nice script.

is it possible to remove the /fix?

@Nils_Andersson
Just go into the sv_vehicles.lua and replace with this

--[[------------------------------------------------------------------------
	Fix Vehicle 

AddEventHandler( 'chatMessage', function( source, n, message )
    if ( message == "/fix" ) then 
    	CancelEvent()
        TriggerClientEvent( 'wk:fixVehicle', source )
    end 
end )

------------------------------------------------------------------------]]--

or is it possible to add a function so it doesnt repair it fully so it makes you drive to a spot (shops ect) to fix it fully?

Did you find out how to allow it just for admins?

Is it normal that it doesn’t work with some vehicles?

if i use zentorno car, the car is not damaged. any idea?

Cars are randomly being spawned broken - engine is broken, no cosmetic damage…

Did u find a way to put /fix only for admins???

how i can remove /fixthiscar ??