- 296
- 37
Всем привет, не подскажите как правильно прописать wait.
Код
Нужна чтобы через 3 секунду команда /cheeps писалась еще раз.
Пробовал вот так но что то не получилось.
Код
йцу:
if text:find('You are hungry!') or text:find('You are very hungry!') then
sampSendChat('/cheeps')
йцу:
if text:find('You are hungry!') or text:find('You are very hungry!') then
sampSendChat('/cheeps')
lu_thread.create(function() wait(3400) end)
sampSendChat('/cheeps')