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).
- 18:06, 23 April 2024 Shr0x talk contribs created page Vehicle::fixBumper (Created page with "{{ClientsideJsFunction}} {{JSContainer| Fixes given front or back bumper of a vehicle. === Required Params === *'''front:''' {{RageType|Boolean}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> vehicle.fixBumper(front); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); if (!vehicle || !mp.vehicles.exists(vehicle)) return; vehicle.fixBumper(true); //fixes vehicle's front bumper. </syn...")