Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function onWindowMessage(msg, wparam, lparam)
if msg == 0x100 or msg == 0x101 then
if (wparam == 87) and not isPauseMenuActive() and not sampIsCursorActive() then
consumeWindowMessage(true, false)
end
end
end
function onWindowMessage(msg, wparam, lparam)
if msg == 0x100 or msg == 0x101 then
if (wparam == 87) and not isPauseMenuActive() and not sampIsCursorActive() then
consumeWindowMessage(true, false)
end
end
end