Помощь AHK

Coldik

Новичок
Автор темы
5
0
Версия SA-MP
  1. Любая
Скрипт имитирует нажатие Alt+Enter, сворачивая игру в оконный, мне этого не надо, как исправить?

End::
Reload
return

F3::
Loop
{
sleep, 3500
SendInput, {LAlt Up}
sleep, 50
SendInput, {LAlt Down}
sleep, 8000
SendInput, {Space Up}
sleep, 50
SendInput, {Space Down}
sleep, 250
SendInput, {Enter Up}
sleep, 50
SendInput, {Enter Down}
sleep, 50
}
Return

F5::
Pause