Продавец
- Статус
- Оффлайн
- Регистрация
- 10 Мар 2022
- Сообщения
- 141
- Реакции
- 53
Смотри! В одну строку и суть одна ???code_language.lua:if Default == true then return "Active" else return "Deactivated" end
Ретурнить в этот чекбокс надпись
code_language.lua:
Default and 'Active' or 'Deactivated'
-- Example:
element:set_name(config_name .. Default and 'Active' or 'Deactivated')
Последнее редактирование: