06.07.2013, 18:14
Hello, Im using Autohotkey.
I want my script to press ''O'' every 5 seconds.
This is the script..
Problem, When im testing this in notepad, It works.
But i wont work in sa-mp. Anybody knows why it wont work so?
I want my script to press ''O'' every 5 seconds.
This is the script..
Код:
Numpad5:: Loop { Send, {O}{enter} Sleep, 5000 }
But i wont work in sa-mp. Anybody knows why it wont work so?