Files
esx_core/client
ElPumpo e850da085e See description for changes
Fixed the "health" problems on vehicles. It seems like you shouldn't use the `GetEntityHealth()` on vehicles at all since it is linked to the `GetVehicleBodyHealth()` native.
But if you use the `SetEntityHealth()` native on an vehicle it breaks the link. Instead there's both body health and engine health that ESX has missed out on.
Since the new used `GetVehicle***` natives return decimal values we round them to 1 decmial.
Also dirt levels are now rounded to one decimal since they make 0 visable difference.
2019-07-30 20:40:39 +02:00
..
2018-09-01 17:43:35 +02:00
2018-09-01 17:43:35 +02:00
2019-07-30 20:40:39 +02:00
2019-07-20 14:34:13 +02:00
2018-09-01 17:43:35 +02:00