Vehicle::breakOffBumper: 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.

23 April 2024

  • curprev 18:0418:04, 23 April 2024Shr0x talk contribs 780 bytes +780 Created page with "{{ClientsideJsFunction}} {{JSContainer| Breaks off front or back bumper of the vehicle. === Required Params === *'''front:''' {{RageType|Boolean}} *'''deleteMapObject:''' {{RageType|Boolean}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> vehicle.breakOffBumper(front, deleteMapObject); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); if (!vehicle || !mp.vehicles.exists(vehicle)) re..."