Configuration

You can edit the following variables in the file: config.lua

LANGUAGE

The active locale name.

LANGUAGE = "en"

VEHICLE_EARNINGS

The selling price of a stolen car.

VEHICLE_EARNINGS = 30000

MAX_DAMAGE_LOSS

The maximum price loss when the vehicle is damaged. The selling price will be reduced by the percentage of vehicle health times MAX_DAMAGE_LOSS.

MAX_DAMAGE_LOSS = 10000

POLICE_REQUIRED

The amount of cops required to be online.

POLICE_REQUIRED = 0

INTERVAL

The time to wait between two heists.

START_SCENE

The starting scene configuration.

  • enable: boolean, enables the start scene. This can be disabled to start the train heist from the event: exp_trainheist:StartHeist

  • ped:

SELLER_SCENE

The selling scene configuration.

  • start:

    • coords: vector3, world position where the scene starts.

  • cam:

    • coords: vector3, world position of the scene's camera.

    • rotation: vector3, rotation of the scene's camera (pitch, roll, yaw).

  • finish: vector3, world position of the vehicle delivery.

CARS

The list of cars to steal.

PLANE

The plane configuration.

  • coords: vector3, plane's world position.

  • heading: number, plane's heading.

  • model: string, plane's vehicle model.

GUARDS

The guards configuration.

Last updated