Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(77) and not sampIsChatInputActive() and not sampIsDialogActive() then
sampSendChat("/mm")
end
end
end
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(77) and not sampIsChatInputActive() and not sampIsDialogActive() then
sampSendChat("/mm")
end
end
end