07.08.2014, 15:28
Because the model ids are starting from 400 and that's why he used a negative sign there. Using it like GetVehicleMaxSpeed(VEHICLE_ID_HYDRA) would be like : 520-400 and return it's max_speed from the array. (In case if it's ordered properly)