class open { displayNameDefault = "<img image='\A3\Ui_f\data\IGUI\Cfg\Actions\open_door_ca.paa' size='2.5' />"; displayName = "$STR_Open_germo_door"; priority = 0.4; position = "pos_door"; radius = 6; onlyForplayer = "false"; condition = "this animationPhase ""door2_01"" < 0.5; this animationPhase ""door2_02"" < 0.5"; statement = "this animate [""door2_01"",1.95]; this animate [""Vault_door2_02"",-4.5]"; }; class close { displayNameDefault = "<img image='\A3\Ui_f\data\IGUI\Cfg\Actions\open_door_ca.paa' size='2.5' />"; displayName = "$STR_Close_germo_door"; priority = 0.4; position = "pos_door"; radius = 6; onlyForplayer = "false"; condition = "this animationPhase ""door2_02"" > 0.5; this animationPhase ""door2_01"" < 0.5"; statement = "this animate [""door2_02"",0]; this animate [""Vault_door2_01"",0]"; };
кто подскажет как сделать конфиг для двери. суть в том что дверь должна открываться вперед а после смещаться влево и наоборот при закрытии, а тут все спразу происходит. возможно ли такое вобще сделать в арме?
Сообщение отредактировал Sterben_TOP: 04 March 2019 - 00:02