22.11.2014, 07:51
Hi,
How to right check if player aiming? now i'am doing onplayerkeystatechange
But it'is possible that player press key aim key right mouse button and can cancel a aiming without realising again mouse button?
How to right check if player aiming? now i'am doing onplayerkeystatechange
Код:
if( PRESSED( KEY_AIM ) ) { } if( RELEASED( KEY_AIM ) ) { }