Hello Matlo...
I got some problems with that macro commands. It is written "MBUTTON: MBUTTONDOWN + DELAY 50 + MBUTTONUP" that should be a normal click. Ok.
But as a rapid fire example you gave
"
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
DELAY 50
KEYUP p
DELAY 50
MBUTTONDOWN BUTTON_LEFT
MACRO MBUTTONUP BUTTON_LEFT
KEYUP p
MBUTTONDOWN BUTTON_LEFT
"
so why do i still need "KEYDOWN p" and that single stuff?
or is there a normal rapid fire for R1 (btw p)?
Macro problems
Re: Macro problems
Hi,
You probably missed these two lines:
You probably missed these two lines:
'p' is bind to r1 in both hip fire and ADS profiles.
'BUTTON_LEFT' is NOT bind to r1 in both hip fire and ADS profiles.
GIMX creator