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

Commands

This page lists all the available player and admin commands

Player commands

/actionplayer

/actionplayer

This command allows you to do certain actions on another player such as restraining or escorting them

/gangmenu

/gangmenu

This opens the gang menu showing you what gang you are in. F10 is the default keybind for this command

/showzones

/showzones

Toggles if the zones should be displayed or not on the minimap/pause menu map

/selldrugs

/selldrugs

Opens the drug selling menu

/actiondrugs

Opens the drug selling menu

/acceptgang

Accepts the pending gang invitation

Admin commands

/managegang

Opens a menu to create or manage gangs.

Both commands open the same gang management menu — use whichever alias fits the context (creating a new gang or managing an existing one).

/freeplayer

Removes restraints, bags and unescorts player

Parameter:

  • src: number

    • number: The source of the player (server identifier)

/placepoint

Places a checkpoint marker for the gang at the player's current location.

Parameters:

  • gangId: number

    • The gang id found in your database

  • checkpointType: string

    • garage — Places the gang's vehicle garage checkpoint

    • storage — Places the gang's storage/stash checkpoint

    • reserve — Places the gang's reserve checkpoint

/removepoint

Removes a checkpoint marker for the gang at the player's current location.

Parameters:

  • gangId: number

    • The gang id found in your database

  • checkpointType: string

    • garage — Removes the gang's vehicle garage checkpoint

    • storage — Removes the gang's storage/stash checkpoint

    • reserve — Removes the gang's reserve checkpoint

/addvehicle

Adds a vehicle to the gang's garage.

Parameters:

  • gangId: number

    • The gang id found in your database

  • model: string

    • The vehicle model/spawn name (e.g. sultan, adder). This should exist in Config.GarageVehicles

  • color: number

    • The vehicle's primary color index

  • plate: string

    • The license plate to assign to the vehicle

/delvehicle

Removes a vehicle from the gang's garage.

Parameters:

  • gangId: number

    • The gang id found in your database

  • model: string

    • The vehicle model/spawn name (e.g. sultan, adder)

  • color: number

    • The vehicle's primary color index

  • plate: string

    • The license plate of the vehicle to remove

/deletegang

Deletes a gang.

Parameters:

  • gangId: number

    • The gang id found in your database

/zonecreator

Opens the map-based zone creator UI.

/zonecreatorgame

Starts the in-game zone creator, allowing points to be placed directly in the world instead of via the map UI.

/addpoint

Adds a point to the zone currently being created in-game.

/removelastpoint

Removes the last point added to the zone currently being created in-game.

/finishcreatingzone

Finishes and saves the zone currently being created in-game.

/cancelzonecreator

Cancels the in-game zone creator without saving.

/deletezone

Deletes an existing gang zone.

Parameters:

  • zoneId: string

    • The identifier of the zone to delete

Last updated