⚙️Configuration

Configuration guide of Gold Panning Script.

The script offers various configurable options through the Config.lua file. Below is a breakdown of the configuration parameters:

General Settings

Parameter
Description
Example Value

Config.Framework

Determines the framework to use (auto, esx, or qb).

"auto"

Config.Language

Sets the language for in-game messages (en, de, fr, sp).

"en"

Config.Target

Enables or disables target functionality.

true

Config.NotifyBeep

Enables or disables the notification beep sound.

true

Config.Tutorial

Enables a tutorial message for first-time users.

true

Config.waterTime

Time (in milliseconds) to fill the plate with water.

7000

Config.Table Settings

Parameter
Description
Example Value

model

The object model for the table.

"bkr_prop_weed_table_01b"

time

Time (in milliseconds) to place the table.

4000

Config.Sell Settings

Parameter
Description
Example Value

coord

Coordinates for the selling NPC.

vec4(1081.9049, -1985.6462, 29.8896, 45.7552)

npc

NPC model for selling.

"s_m_y_dockwork_01"

price

Price per gold nugget.

500

Config.Blips

Parameter
Description
Example Value

sell.label

Blip label for selling location.

"Sell Gold Nuggets"

river.coord

Coordinates for the gold panning location.

vec3(-1172.4408, 4372.1841, 6.2629)

Config.Reward Settings

Parameter
Description
Example Value

min

Minimum gold nuggets rewarded per attempt.

1

max

Maximum gold nuggets rewarded per attempt.

3

Last updated