Tankbuster 1747 Posted February 12, 2023 I like the Rhino MGS, it's fun. Until you scrape it on a small civilian car and the wheels go red damage. Ugh. Anyone have a snippet (not a mod) that mitigate this a little? Thanks Tankbuster -Paul- Share this post Link to post Share on other sites
Tankbuster 1747 Posted February 12, 2023 addEventHandler ["handledamage", { if (((_this #1) find "wheel") > -1) then {0}}]; So ugly 😞 1 1 Share this post Link to post Share on other sites
_foley 192 Posted February 12, 2023 1 hour ago, Tankbuster said: addEventHandler ["handledamage", { if (((_this #1) find "wheel") > -1) then {0}}]; So ugly 😞 It's ugly cause you put it all in one line 😄 I think HandleDamage is the best way to handle this. 1 Share this post Link to post Share on other sites
fn_Quiksilver 1636 Posted February 13, 2023 11 hours ago, _foley said: It's ugly cause you put it all in one line 😄 I think HandleDamage is the best way to handle this. I think its the only way to handle this good idea too, i am often seeing the rhino wheels get disabled by GMGs Share this post Link to post Share on other sites