new Float:x,Float:y,Float:z;GetVehicleVelocity(vehicleid,x,y,z);YourSpeedInkmph=floatsqroot((x*x)+(y*y)+(z*z))*198;YourSpeedInMPH=YourSpeedInkmph*0.621371192;