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