05.07.2011, 22:27
Why won't this work? it should work..
The only thing i could think of would be that you can't use that key or something in a vehicle if thats the case
what keys can i use?
pawn Код:
if( IsKeyJustDown( KEY_CROUCH, newkeys, oldkeys ) && IsPlayerInAnyVehicle( playerid ) )
{
SendClientMessage( playerid, WHITE, "TEST" );
}
what keys can i use?