Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
require 'lib.moonloader'
require 'lib.sampfuncs'
function main()
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isKeyDown(18) and isKeyDown(49) and not sampIsChatInputActive() and not sampIsDialogActive() then
wait(100)
sampSendChat('/anim 1')
end
end
end
Пишем в чат команду /sbiv и делаем все под себя. Ставим настройки под себя и вибираем клавишу сбива, при подении все будет сбиватся Все файлы закинуть в папку cleo Автор сразу говорю не я, а Аpacho TM
require 'lib.moonloader'
require 'lib.sampfuncs'
function main()
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isKeyDown(18) and isKeyDown(49) and not sampIsChatInputActive() and not sampIsDialogActive() then
wait(100)
sampSendChat('/anim 1')
end
end
end