Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
Пробывал много скриптов но ни 1 не работает мне нужно что-бы когда он был появлялась надпись You are hungry или You are very hungry писало в чат /jmeat
local sampev = require("samp.events")
require("addon")
function sampev.onDisplayGameText(style, time, text)
if text:find("hungry") then
sendInput("/jmeat")
end
end
local sampev = require("samp.events")
require("addon")
function sampev.onDisplayGameText(style, time, text)
if text:find("hungry") then
sendInput("/jmeat")
end
end
local sampev = require("samp.events")
require("addon")
function sampev.onDisplayGameText(style, time, text)
if text:find("hungry") then
sendInput("/jmeat")
end
end