AIM

Report bugs of MFPS 2.0 here
Post Reply
User avatar
ridick
Contributor
Contributor
Posts: 34
Joined: Wed Jun 17, 2015 8:20 am

how to add mouse click 2 to make aim animation?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

The code that you are looking for is located in: bl_Gun.cs -> InputUpdate() -> isAiming = AimButton && m_CamAim;
you can add an extra button for aim on that line.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
ridick
Contributor
Contributor
Posts: 34
Joined: Wed Jun 17, 2015 8:20 am

Thanks Lovatto :)
Post Reply