09.03.2011, 19:17
Hi 
I got this probblem where when i press the action-key it doesnt work but when i press "S" it works.
How can that be fixed ?
The Code

I got this probblem where when i press the action-key it doesnt work but when i press "S" it works.
How can that be fixed ?
The Code
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
if(newkeys & KEY_ACTION)
{
//so on...
}
}

