Bnae 1427 Posted March 1, 2016 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
harmdhast 130 Posted March 1, 2016 You gave the solution ^^. "cfgVehicles" >> "B_MRAP_01_F" >> "HitPoints" Share this post Link to post Share on other sites
fn_Quiksilver 1523 Posted March 1, 2016 i just use: copyToClipboard str (getAllHitPointsDamage cursorTarget); 1 Share this post Link to post Share on other sites
Bnae 1427 Posted March 1, 2016 i just use: copyToClipboard str (getAllHitPointsDamage cursorTarget); Well that was easy, thank you! Share this post Link to post Share on other sites