File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -890,8 +890,8 @@ native bool:RemoveVehicleComponent(vehicleid, component);
890890
891891/* *
892892 * <library>omp_vehicle</library>
893- * <summary>Is this component legal on this vehicle?</summary>
894- * <param name="vehicleid ">ID of the vehicle.</param>
893+ * <summary>Is this component legal on this vehicle model ?</summary>
894+ * <param name="modelid ">ID of the vehicle model .</param>
895895 * <param name="component">ID of the <a href="https://www.open.mp/docs/scripting/resources/carcomponentid">component</a>
896896 * to check.</param>
897897 * <seealso name="AddVehicleComponent" />
@@ -900,7 +900,7 @@ native bool:RemoveVehicleComponent(vehicleid, component);
900900 * <seealso name="OnVehicleMod" />
901901 * <seealso name="OnEnterExitModShop" />
902902 */
903- native bool: VehicleCanHaveComponent (vehicleid , componentid);
903+ native bool: VehicleCanHaveComponent (modelid , componentid);
904904
905905/* *
906906 * <library>omp_vehicle</library>
You can’t perform that action at this time.
0 commit comments