- 115
- 13
- Версия MoonLoader
- .026-beta
как эмулировать нажатие клавиши f8?
есть у меня такой вот кодик
хочу просто чтобы бьыло примерно так:
есть у меня такой вот кодик
Lua:
function thread_test(option)
if option == "2" then
sampSendChat("/me плюнул на пол")
wait (1000)
sampSendChat("/time")
end
end
Lua:
function thread_test(option)
if option == "2" then
sampSendChat("/me плюнул на пол")
wait (1000)
sampSendChat("/time")
wait (1000)
--автоматический скриншот
end
end