- 326
- 15
- Версия MoonLoader
Lua:
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
file = io.open('moonloader/AZM/Reports.txt', 'r')
i = file:read('*a')
file:close()
sampRegisterChatCommand("otvet", otvet) -- Вообщем
wait(-1)
end
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
apply_custom_style()
sampRegisterChatCommand("ignor", function()
main_window_state.v = not main_window_state.v
-- print(main_window_state.v)
end)