бинд на /anim 9 на АРЗ

Prokhoroff

Участник
Автор темы
55
2
Lua:
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
Cпасибо, создать файл "anim.lua"?