Add extra animations to ArmoredSUV, MV22, UH1Y

This commit is contained in:
ebaydayz
2016-11-26 21:14:02 -05:00
parent 18616828f3
commit 6cdc0a51c9
12 changed files with 194 additions and 56 deletions

View File

@@ -300,7 +300,9 @@ class Mi171Sh_CZ_EP1_DZ: Mi17_base {
class HUDoff {
displayName = $STR_AM_HUDON;
displayNameDefault = $STR_AM_HUDON;
priority = 0;
position = "zamerny";
showWindow = 0;
radius = 1;
onlyForPlayer = 1;
condition = "(player==driver this)and(this animationphase ""HUDAction"" !=0)";
@@ -309,7 +311,9 @@ class Mi171Sh_CZ_EP1_DZ: Mi17_base {
class HUDon {
displayName = $STR_AM_HUDOFF;
displayNameDefault = $STR_AM_HUDOFF;
priority = 0;
position = "zamerny";
showWindow = 0;
radius = 1;
onlyForPlayer = 1;
condition = "(player==driver this)and(this animationphase ""HUDAction"" !=1)";