привет. у меня есть такой код
UI.AddSliderInt("x", 0, 1920);
UI.AddSliderInt("y", 0, 1080);
UI.SetEnabled("Script items", "x", false);
UI.SetEnabled("Script items", "y", false);
function check() {
var x_check = UI.GetValue("Script items", "x");
var y_check = UI.GetValue("Script items"...