if(!IsPlayerInAnyVehicle(playerid)) {if(PRESSED(KEY_JUMP)) { new Float:vc[3]; GetPlayerVelocity(playerid, vc[0], vc[1], vc[2]); SetPlayerVelocity(playerid, vc[0], vc[1], vc[2]+1.8);}}return 1;}