new Float:velocity[3];pev(vehicle_ent, pev_velocity, velocity);if (velocity[0] + velocity[1] + velocity[2] < 1){ // Not moving.}else{ // Is moving.}