Macro problems

Need help? Ask here and someone will help
Post Reply
DalaiLama
Posts: 17
Joined: Tue Oct 21, 2014 3:07 pm

Macro problems

Post by DalaiLama »

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)?
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Macro problems

Post by Matlo »

Hi,

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
Post Reply