Vehicle::setModelGearRatios: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2024

  • curprev 22:5422:54, 24 December 2024Shr0x talk contribs 790 bytes +790 Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Sets custom gear ratios for a specific vehicle model. === Syntax === <syntaxhighlight lang="javascript"> mp.game.vehicle.setModelGearRatios(vehicleModelHash, ratios); </syntaxhighlight> === Required Parameters === * '''vehicleModelHash:''' {{RageType|number}} - Hash of the vehicle model. * '''ratios:''' {{RageType|Array<number>}} - Array of gear ratios. === Return Value === * '''undefined''' === Example === <sy..."