- 1
- 0
как сделать цвет зелёным, если он фиолетовый, вот код
Код:
if imgui.Button(u8'Telegram',imgui.ImVec2(165,20)) then
os.execute('start https://t.me/groveaa')
end
imgui.SameLine()
if imgui.Button(u8'VK',imgui.ImVec2(165,20)) then
os.execute('start https://vk.com/xolodnoeorujie')
end
imgui.EndChild()
if imgui.Button(u8"Сохранить настройки", imgui.ImVec2(351, 45)) then mainIni.mode = 2 end
imgui.SameLine()
if imgui.Button(u8'Перезагрузить скрипт',imgui.ImVec2(171,45)) then
lua_thread.create(function ()
wait(100)
sampAddChatMessage(tag..'Скрипт перезагружается..', -1)
thisScript():reload()