- 713
- 129
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
- Версия MoonLoader
- .026-beta
поччч
Код:
local ameat = false
local stop = false
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then
return
end
while not isSampAvailable() do
wait(0)
end
local health = getCharHealth(PLAYER_PED)
if ameat then
if health < 98 then
stop = true
wait(1000)
sampSendChat("/jmeat")
stop = false
end
end
end