The-Programmer Forum

Nikos a écrit le dernier message :
#5
Test effectué avec votre code, cela fonctionne.

Merci
Est-ce que tu peux tester avec ceci ?
Code:
this setVariable ['bis_disabled_Door_1',1,true];
this addAction ["<t color='#0caa41'>Ouvrir le portail</t>",{(_this select 0) animate ["porte_1_rot", 0];},[],1.5,false,false,"","license_civ_dir && ((_target animationPhase 'porte_1_rot') > 0.9)"];
this addAction ["<t color='#ff0000'>Fermer le portail</t>",{(_this select 0) animate ["porte_1_rot", 1];},[],1.5,false,false,"","license_civ_dir && ((_target animationPhase 'porte_1_rot') < 0.1)"];
ça fonctionne chez moi

Pour info tu peux utiliser ce portail avec Road Security Pack si tu veux avoir un digicode, une télécommande etc.