Скрипт на исчезновение объекта через удалённый терминал.
Edited by Greenya, 03 March 2021 - 11:31.
Best Answer Greenya , 03 March 2021 - 11:30
/// вставить в сам мост Most = this; /// вставить в терминал terminal = this; VbIKL = {this addAction ["Выключить мост", { Most hideObject false; removeAllActions terminal; call VKL; }, nil, 1.5, true, false, "", "", 3];}; VKL = {this addAction ["Включить мост", { Most hideObject true; removeAllActions terminal; call VbIKL;э }, nil, 1.5, true, false, "", "", 3];};
By Galaxy Chronicles
Posted 01 March 2021 - 21:52
Скрипт на исчезновение объекта через удалённый терминал.
Edited by Greenya, 03 March 2021 - 11:31.
Posted 03 March 2021 - 11:30 Best Answer
/// вставить в сам мост Most = this; /// вставить в терминал terminal = this; VbIKL = {this addAction ["Выключить мост", { Most hideObject false; removeAllActions terminal; call VKL; }, nil, 1.5, true, false, "", "", 3];}; VKL = {this addAction ["Включить мост", { Most hideObject true; removeAllActions terminal; call VbIKL;э }, nil, 1.5, true, false, "", "", 3];};
By Galaxy Chronicles
Edited by Greenya, 03 March 2021 - 11:30.