Jump to content
Tankbuster

Make Rhino MGS wheels tougher

Recommended Posts

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

addEventHandler ["handledamage", { if (((_this #1) find "wheel") > -1) then {0}}];

 

So ugly 😞

  • Like 1
  • Haha 1

Share this post


Link to post
Share on other sites
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.

  • Like 1

Share this post


Link to post
Share on other sites
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×