MaviS Posted May 6, 2021 Share Posted May 6, 2021 (edited) Hello, I did everything as shown in the tutorial. But HP always regenerates itself when I put on the seat belt, when I crash. Even though I did everything from scratch, my dear suddenly becomes 100%. Edited May 7, 2021 by MaviS Quote Link to comment Share on other sites More sharing options...
Taiiko Posted August 18, 2022 Share Posted August 18, 2022 Hi , if you want a solution you can do : if ((vehicle _unit) isKindOf "Car" && (isNull _source || _source isEqualTo _unit)) then { _oldDamage = _damage _damage = if (life_seatbelt) then { _damage / 2 } else { _damage}; if(_damage >= _oldDamage) then { _damage = _oldDamage}; }; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.