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

Commands

Commands can be customized in `configs/config.lua` under `Config.Commands`.

๐ŸŽฎ Gameplay Commands

/startsell

Starts street-level NPC drug selling in an active PolyZone (or anywhere if Config.SellAnyWhere = true).

Syntax

/startsell

/stopsell

Cancels and stops active street-level NPC drug selling.

Syntax

/stopsell

๐Ÿ‘‘ Admin Commands

/drugmanager

Opens the Drug Manager Studio 3D UI for managing territories, labs, plantations, dealers, and laboratory props.

Syntax

/drugmanager

/removeaddiction

Clears drug addiction levels and tolerance values.

Syntax

Parameters

Parameter
Type
Required
Description

player_id

number

Optional (In-Game) / Required (Console)

Target player's server ID. Defaults to self if omitted in-game.

Examples


/removeoverdose

Clears active drug overdose, stops health loss, and removes visual shaders and movement impairments.

Syntax

Parameters

Parameter
Type
Required
Description

player_id

number

Optional (In-Game) / Required (Console)

Target player's server ID. Defaults to self if omitted in-game.

Examples


/cleardrugs

Clears all drug addictions, tolerances, active overdoses, and screen shaders in a single action.

Syntax

Parameters

Parameter
Type
Required
Description

player_id

number

Optional (In-Game) / Required (Console)

Target player's server ID. Defaults to self if omitted in-game.

Examples


/migratedrugsv2

Manually triggers migration of legacy V2 database data into V3 structures.

Syntax

Last updated