Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local youkey = VK_K
function main()
while true do
wait(0)
if not sampIsChatInputActive() and not sampIsDialogActive() then
if isKeyJustPressed(youkey) then
sampSendChat('/anim 9')
end
end
end
end
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Lua:
local youkey = VK_K
function main()
while true do
wait(0)
if not sampIsChatInputActive() and not sampIsDialogActive() then
if isKeyJustPressed(youkey) then
sampSendChat('/anim 9')
end
end
end
end