Easy like shit:
Code:
if(fly){
if( GetAsyncKeyState(VK_SPACE) < 0 )
push( "PlayerGravity 800" );
else
push( "PlayerGravity -800" );
}

