- 134
- 25
- Версия MoonLoader
- Другое
Добрый день, я новичёк в луа, буквально 1 день, мне бы было интересно в чём моя ошибка здесь?
Lua:
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(9000) end
sampAddChatMessage('{0000CD} Aктивация: /sliv ')
sampAddChatMessage('{7CFC00} Aвтором чуда является: help_me ')
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("sliv", function()
sampSendChat("/apanel")
end)
while true do
wait(0)
if state then
if os.clock() - time >= 1 then -- 1 sek
sampSendChat('/apanel')
time = os.clock()
end)
wait(-1)
end