- 404
- 97
- Версия MoonLoader
- .026-beta
Как сделать imgui окно и чтобы можно было отключать/включать этот скрипт
Код ниже:
Код ниже:
Lua:
local ev = require 'lib.samp.events'
function ev.onDisplayGameText(style, time, text)
if text:find("You are hungry!") or text:find("You are very hungry!") then
sampSendChat("/jmeat")
return false
end
end