Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
require 'moonloader'
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyDown(VK_Z) and not sampIsCursorActive() then
sampSendChat("/anim 9")
end
end
end
создаешь в moonloader файл и вставляешь туда этот код.
Бинд на Z
require 'moonloader'
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyDown(VK_Z) and not sampIsCursorActive() then
sampSendChat("/anim 9")
end
end
end
создаешь в moonloader файл и вставляешь туда этот код.
Бинд на Z
require 'moonloader'
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyDown(VK_Z) and not sampIsCursorActive() then
sampSendChat("/anim 9")
end
end
end
создаешь в moonloader файл и вставляешь туда этот код.
Бинд на Z