Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local sampev = require("lib.samp.events")
function sampev.onDisplayGameText(style, time, text)
if text:find('You are hungry!') or text:find('You are very hungry!') then
return false
end
end
local sampev = require("lib.samp.events")
function sampev.onDisplayGameText(style, time, text)
if text:find('You are hungry!') or text:find('You are very hungry!') then
return false
end
end