Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand('mm', function ()
window_pos = false
main_window_state.v = not main_window_state.v
imgui.Process = main_window_state.v
end)
end
function main()
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand('mm', function ()
window_pos = false
main_window_state.v = not main_window_state.v
imgui.Process = main_window_state.v
end)
end