For the complete documentation index, see llms.txt. This page is also available as Markdown.

Commands

/rm_flipper_toggle

Toggles the plate flipper on the vehicle the player is currently driving. Default keybind: G.

The flipper must already be installed on the vehicle and the player must be in the driver seat. A 2-second cooldown prevents spam. Plays the flip animation and sound, then attaches the alternate plate.

Parameters β€” none.

Permission β€” open to all players. Validated server-side (ownership check if enabled in cfg.script.requireOwnership).

Example

/rm_flipper_toggle

Or simply press G while sitting in the driver seat of a flipper-equipped vehicle.


Developer Commands

These commands are registered only when cfg.debug = true in cfg.lua. Keep them off in production.

/fake_plate

Opens the paint editor for a rectangle_l plate on the nearest vehicle, bypassing the item check on the client side. The server still validates ownership and item possession before applying.

Parameters β€” none.

Example

/fake_plate

/plate_remover

Triggers the plate remover flow on the nearest vehicle.

Parameters β€” none.

Example


/plate_flipper

Triggers the flipper install flow (size/type selection, gizmo placement, editor) on the nearest vehicle, bypassing the item check on the client side.

Parameters β€” none.

Example

Last updated