19.07.2015, 22:45
Quote:
Hmm, no. He is trying to get if the player is aiming. He doesn't have to aim to shoot.
OT: One of the best way would be checking for camera mode under OnPlayerUpdate but like other users said, it gets called too frequently. You could create a timer and a boolean variable which when it's set to true, certain code would be executed under your timer. |