Jump to content
Sign in to follow this  
Bnae

setHit

Recommended Posts

Hi,

 

Where do i find the hitpoints of a "B_MRAP_01_F"  (BLUFOR Hunter)?

vehicleName setHit ["Motor", 1];
vehicleName setHit ["Glass1", 1]; // 1,2,3,4,5,6
vehicleName setHit ["wheel_1_1_steering", 1] // 1,2 & 1,2,3

These are working.

_MH60S setHit [getText(configFile >> "cfgVehicles" >> "MH60S" >> "HitPoints" >> "HitAvionics" >> "name"), _hit];

https://community.bistudio.com/wiki/setHit

Unfortunately i cannot figure anything out of this.

Share this post


Link to post
Share on other sites

You gave the solution ^^.

"cfgVehicles" >> "B_MRAP_01_F" >> "HitPoints"

Share this post


Link to post
Share on other sites

 

i just use:

copyToClipboard str (getAllHitPointsDamage cursorTarget);

 

Well that was easy, thank you!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×