I need to make it like Autohotkey binds, When i press ALT+R it types /guard but dont send msg, please make it stop auto press [ENTER]
if and
0AB0: key_pressed 18
0AB0: key_pressed 82 //ALT+R
8B21: not samp is_chat_opened
then
0AF9: samp say_msg "/guard"
wait 200
end
if and
0AB0: key_pressed 18
0AB0: key_pressed 82 //ALT+R
8B21: not samp is_chat_opened
then
0AF9: samp say_msg "/guard"
wait 200
end