AutoHotKey keybinds for SA-MP

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
here's a basic command bind example

z:: ; The script activates when you press Z
send, {t} ; Script will auto-press T
sleep 10 ; It will wait 10 ms
sendinput, /help ; It will write /help in chatbox
sleep 10 ; It will wait again 10 ms
send, {enter} ; It will press enter
return ; the script ends
 
Top