06.09.2009, 01:49
I am trying to make something happen when you press the arrow up key:
That is on a 1 second timer repeating. When I press the arrow key up though, nothing happens.
Any help / advice?
pawn Код:
new Keys,ud,lr;
GetPlayerKeys(playerid,Keys,ud,lr);
if(ud & KEY_UP)
{
Any help / advice?