28.01.2016, 18:36
Hi,
I want to detect when player shooting (aim or not) with OnPlayerKeyStateChange.
Actually, I have this shit :
The problem is : when the player shot without aim, the SCM is showing but when player shoot and aim the SCM don't show.
How to detect when a player AIM+SHOT at the same time ?
I want to detect when player shooting (aim or not) with OnPlayerKeyStateChange.
Actually, I have this shit :
Код:
if(oldkeys == KEY_FIRE) { SendClientMessage(playerid, -1, "fire"); }
How to detect when a player AIM+SHOT at the same time ?