diff --git a/omp_vehicle.inc b/omp_vehicle.inc
index 02f08c6..7c99bae 100644
--- a/omp_vehicle.inc
+++ b/omp_vehicle.inc
@@ -890,8 +890,8 @@ native bool:RemoveVehicleComponent(vehicleid, component);
/**
* omp_vehicle
- * Is this component legal on this vehicle?
- * ID of the vehicle.
+ * Is this component legal on this vehicle model?
+ * ID of the vehicle model.
* ID of the component
* to check.
*
@@ -900,7 +900,7 @@ native bool:RemoveVehicleComponent(vehicleid, component);
*
*
*/
-native bool:VehicleCanHaveComponent(vehicleid, componentid);
+native bool:VehicleCanHaveComponent(modelid, componentid);
/**
* omp_vehicle