CONFIG.LUA

A very basic config file, as this script has not much stuff to configure.

Variable

Default Value

Remarks

UsingOldQBCore

true

If you use any older versions of QBCore or QBUS, set this to FALSE

(This affects IMPORT)

CatalogueCoords

vector3

Contains Location of the Place for the Catalogue Trigger.

DrawText

Text

Text to display on Catalogue Coords.

DefaultCategory

Text

Category to Open First when UI appears.

UseSharedImages

true/false

FALSE if you using Latest QBCore.

Read More about this HERE

Config = {}

Config.UseOldQBcore = false

Config.CatalogueCoords = vector3(-57.25, -1097.17, 26.42) -- COORDS FOR CATALOGUE (DEFAULT PDM DESK)

Config.DrawText = 'Press ~b~[ E ]~w~ to Open ~y~PDM Catalogue' -- TEXT TO APPEAR AT LOCATION

Config.DefaultCategory = 'super' -- PAGE THAT SHOULD OPEN FIRST (SMALL CASE ONLY)

Config.UseSharedImages = false

Last updated

Was this helpful?