Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function sampev.onShowTextDraw(id, data)
if data.text:find('Barrel Rigs: (%d+)') and timer == 0 then
ligma = data.text:match('Barrel Rigs: (%d+)')
blimit = blimit + 1
if blimit == 1 then
bStart = os.time() + 1*60*math.ceil(ligma/60)
end
end
end
function sampev.onShowTextDraw(id, data)
if data.text:find('Barrel Rigs: (%d+)') and timer == 0 then
ligma = data.text:match('Barrel Rigs: (%d+)')
blimit = blimit + 1
if blimit == 1 then
bStart = os.time() + 1*60*math.ceil(ligma/60)
end
end
end
function sampev.onShowDialog(id, style, title, button1, button2, text)
if title:find("Покупка бочки") and checkactive.v and imgui.Process then
sampSendDialogResponse(id,1)
return false
end
end
function sampev.onShowDialog(id, style, title, button1, button2, text)
if title:find("Покупка бочки") and checkactive.v and imgui.Process then
sampSendDialogResponse(id,1)
return false
end
end
function sampev.onShowDialog(id, style, title, button1, button2, text)
if title:find("Покупка бочки") then
sampSendDialogResponse(id,1)
return false
end
end
function sampev.onShowDialog(id, style, title, button1, button2, text)
if title:find("Покупка бочки") then
sampSendDialogResponse(id,1)
return false
end
end