Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
showCursor(false)--Выкл курсор
while true do wait(0)
imgui.Process = true
imgui.ShowCursor = false
end
end
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
showCursor(false)--Выкл курсор
while true do wait(0)
imgui.Process = true
imgui.ShowCursor = false
end
end