All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:00, 23 April 2024 Shr0x talk contribs created page Vehicle::fixWheel (Created page with "{{ClientsideJsFunction}} {{JSContainer| Fixes broken given wheel id of the vehicle. === Required Params === *'''wheelId:''' {{RageType|Number}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> vehicle.fixWheel(wheelId); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); if (!vehicle || !mp.vehicles.exists(vehicle)) return; vehicle.fixWheel(1); </syntaxhighlight> }} }} ==See also== {{V...")