Config
๐ Config Documentation
This page describes all configuration options for the script. You can customize language, UI settings, map blips, shop behavior, pricing, and more.
๐งฑ Framework Choice
Config.Framework = 'ESX'
Available options:
QBcore
โ qb-coreESX
โ es_extended
๐ Language Settings
Config.language = 'en'
Available options:
pl
โ Polishen
โ Englishfr
โ Frenchit
โ Italianpt
โ Portuguesesv
โ Swedishes
โ Spanishde
โ Germantr
โ Turkish
Note: Translations were generated using online tools and may contain inaccuracies.
๐ฅ๏ธ UI Settings
Config.UseNrgScriptsCustomUi = true
If
true
, uses the custom NRG UIIf
false
, falls back to ox_lib default menu
๐ง Target Choice
Config.UseTarget = 'ox_target'
qb_target
โ Supports only NrgCustomUiox_target
โ Supports NrgCustomUi and ox_lib default menu
๐บ๏ธ Map Blip Settings
Config.Blip = true
Config.BlipShortRange = true
Config.BlipCoords = vector3(-1083.10, -245.79, 37.76)
Config.BlipSprite = 459
Config.BlipColor = 3
Config.BlipScale = 1.0
Config.BlipName = "Phone Operator"
๐ง Sim Shop Ped Settings
Config.coords = vector4(-1083.10, -245.79, 37.76, 200.12)
Config.AddPedOnCoords = true
Config.PedModel = 'ig_molly'
Config.TargetSizeIfNotPed = vector3(2.0, 2.0, 2.0)
Spawns a ped (
ig_molly
) at the given coordinatesIf no ped, interaction uses a box of the specified size
๐ Shop Items
Config.AddUnregisteredItemToShop = true
Config.AddPhoneItemToShop = true
Config.MaxSimCard = 10
Adds both unregistered SIM cards and phones to the shop
Players can register up to 10 SIM cards
๐ธ Pricing
Config.prices = {
registered = 100,
unregistered = 80,
duplicat = 80,
phone = 250
}
Registered SIM:
$100
Unregistered SIM:
$80
Duplicate SIM:
$80
Phone:
$250
๐ Unique Identifier
Config.uniqueitem = 'custom_number'
Required item to create a custom phone number
๐ฎ Police Job Access
Config.PoliceJobs = { 'police' }
Define jobs considered as law enforcement
๐ฑ Phone Behavior
Config.ShowPhoneAfterTurnOn = false
If
true
, the phone UI opens immediately after activation
๐ณ Payment System
Config.Account = 'both'
Accepted values:
money
โ Cash onlybank
โ Bank balance onlyboth
โ Automatically uses eitherCustom value โ Use your own account logic
Last updated