"Set vehicle health fivem" Code Answer's

You're definitely familiar with the best coding language Lua that developers use to develop their projects and they get all their queries like "Set vehicle health fivem" answered properly. Developers are finding an appropriate answer about Set vehicle health fivem related to the Lua coding language. By visiting this online portal developers get answers concerning Lua codes question like Set vehicle health fivem. Enter your desired code related query in the search bar and get every piece of information about Lua code related question on Set vehicle health fivem. 

Set vehicle health fivem

By Jittery JaguarJittery Jaguar on Jul 02, 2020
-- 0x45F6D8EEF34ABEF1 0x1B760FB5
-- SET_VEHICLE_ENGINE_HEALTH
SetVehicleEngineHealth(
	vehicle --[[ Vehicle ]], 
	health --[[ number ]]
)

1000 is max health  
Begins leaking gas at around 650 health  
-999.90002441406 appears to be minimum health, although nothing special occurs <- false statement  
-------------------------  
Minimum: -4000  
Maximum: 1000  
-4000: Engine is destroyed  
0 and below: Engine catches fire and health rapidly declines  
300: Engine is smoking and losing functionality  
1000: Engine is perfect  

Source: runtime.fivem.net

Add Comment

1

FiveM check if vehicle has flat tires

By Jittery JaguarJittery Jaguar on Jul 02, 2020
-- 0xBA291848A0815CA9 0x48C80210
-- IS_VEHICLE_TYRE_BURST
local retval --[[ boolean ]] =
	IsVehicleTyreBurst(
		vehicle --[[ Vehicle ]], 
		wheelID --[[ integer ]], 
		completely --[[ boolean ]]
	)

wheelID used for 4 wheelers seem to be (0, 1, 4, 5)
completely - is to check if tire completely gone from rim.
'0 = wheel_lf / bike, plane or jet front
'1 = wheel_rf
'2 = wheel_lm / in 6 wheels trailer, plane or jet is first one on left
'3 = wheel_rm / in 6 wheels trailer, plane or jet is first one on right
'4 = wheel_lr / bike rear / in 6 wheels trailer, plane or jet is last one on left
'5 = wheel_rr / in 6 wheels trailer, plane or jet is last one right
'45 = 6 wheels trailer mid wheel left
'47 = 6 wheels trailer mid wheel right

Source: runtime.fivem.net

Add Comment

0

All those coders who are working on the Lua based application and are stuck on Set vehicle health fivem can get a collection of related answers to their query. Programmers need to enter their query on Set vehicle health fivem related to Lua code and they'll get their ambiguities clear immediately. On our webpage, there are tutorials about Set vehicle health fivem for the programmers working on Lua code while coding their module. Coders are also allowed to rectify already present answers of Set vehicle health fivem while working on the Lua language code. Developers can add up suggestions if they deem fit any other answer relating to "Set vehicle health fivem". Visit this developer's friendly online web community, CodeProZone, and get your queries like Set vehicle health fivem resolved professionally and stay updated to the latest Lua updates. 

Lua answers related to "Set vehicle health fivem"

View All Lua queries

Lua queries related to "Set vehicle health fivem"

Browse Other Code Languages

CodeProZone