dotTools

This section configures the internal commands used for setting up the script (creating routes, placing NPCs, testing trailers).

  • These are tools to help you set up new configuration of the job. You should turn them ON while configuring the script, and turn them OFF when you open your server to players.

Master Toggle (Config.EnableTool)

Controls the availability of all developer commands listed below.

  • true: Dev Mode. Commands are enabled. Use this when setting up locations.

  • false: Live Mode. Commands are disabled.

Default: false

Config.EnableTool = false

Command Configuration

These options define the text string you type in the chat window to trigger specific tools.

  • ⚠️Important: Do NOT include the slash (/) in the config file. The game adds this automatically.

Config Option
Default Value (Chat Command)
Function / Purpose

Config.ToolCommand

'truckerDeliveryCoords'

On use this command will spawn a truck with a trailer attached, so it will be easier to create the final delivery point.

Config.TrailerToolCommand

'testTrailerSpawn'

On use this command will spawn a trailer that you can fully manipulate. Use for trailer spawn position while setting up new bases.

Config.CopyCoordsCommand

'copyCoords'

On use this command will copy your current coordinates with heading.

Config.SpawnTestPedCommand

'lobbyPed'

On use this command will spawn an NPC that you can fully manipulate. Use for setting up peds position in lobby.

Config.PropPlacementTool

'trailerPropsTool'

On use this command will spawn a trailer.

Config.PhotoMode

'truckerPhotoMode'

On use this command will open a special menu that will help you in creation of thumbnails for new jobs. For adding custom spots go to Config.PhotoSpots and add your server preset spot.

Last updated