diff --git a/ext/native-decls/SetGlobalPassengerMassMultiplier.md b/ext/native-decls/SetGlobalPassengerMassMultiplier.md index f98191f092..c47968473e 100644 --- a/ext/native-decls/SetGlobalPassengerMassMultiplier.md +++ b/ext/native-decls/SetGlobalPassengerMassMultiplier.md @@ -6,10 +6,10 @@ game: gta5 ## SET_GLOBAL_PASSENGER_MASS_MULTIPLIER ```c -void SET_GLOBAL_PASSENGER_MASS_MULTIPLIER(float weight); +void SET_GLOBAL_PASSENGER_MASS_MULTIPLIER(float massMul); ``` ## Parameters -* **weight**: Weight of each passenger (not counting the driver) as a percentage of vehicle mass. Is applied to all vehicles +* **massMul**: Weight of each passenger (not counting the driver) as a percentage of vehicle mass. Is applied to all vehicles ## Return value \ No newline at end of file