⚙️Configuration
Configuration guide of 3 in 1 Shop Script.
3 in 1 Shop - Supermarket, Weapon Shop, and Black Market for FiveM
STG.Framework = "auto" -- Options: 'auto', 'esx', 'qb'STG.Language = "en" -- Options: 'en', 'de'STG.license = false -- Set to true to require licenses for weapon purchasesSTG.robAble = true -- Enable or disable robberies STG.minCop = 0 -- Minimum cops required to start a robbery STG.robTime = 60 -- Robbery duration in seconds STG.robReward = { minMoney = 1000, maxMoney = 3000 } -- Money reward range for successful robberiesSTG.Positions = { { coords = vector3(373.875, 325.896, 103.566), type = "supermarket", npcCoord = vector4(372.507, 326.479, 102.566, 252.06) }, { coords = vector3(810.2, -2157.3, 29.6), type = "weaponshop", npcCoord = vector4(809.8747, -2159.09, 28.619, 0) }, { coords = vector3(711.7885, 590.2888, 129.0507), type = "blackmarket", npcCoord = vector4(711.7885, 590.2888, 129.0507, 342.3813) }, }
Last updated