Jump to content
Eroge

Hitpoint indicator like Warthunder?

Recommended Posts

Is it possible to indicate the hitpoint's name in chat or hint while hitting the enemy vehicle in MP vehicle fights?

Share this post


Link to post
Share on other sites

The handleDamage eventhandler has a hitSelection param which should be the name I think.  It's probably possible to craft something along the lines of what they do in WT with that. 

  • Like 1

Share this post


Link to post
Share on other sites
3 hours ago, stanhope said:

The handleDamage eventhandler has a hitSelection param which should be the name I think.  It's probably possible to craft something along the lines of what they do in WT with that. 

 

found something like this

this addEventHandler["HitPart",{{ player sidechat format["Hit: %1",_x select 5] } forEach _this;}];

dont know if it's helpful...

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

×