26.06.2015, 15:43
Hi guys, I have problem with detecting a pressed key. I made
and it's nothing happend when I press 6 on Numpad... Player isn't spawned(sign up, spector mode).
Код:
if(newkeys & KEY_ANALOG_RIGHT) // NUMPAD 6 { print("alo"); // SUSTAV REGISTRACIJE if(_HRP_kSigningUp{playerid} == 1) // OOC DIO { _HRP_GoToICBoard4SignUp(playerid); return (true); } return (true); }