Configuration
Check the standard Config!
Config.lua
Config = {}
Config.Main = {
Information = {
language = "en",
notifys = "sservice",
msnotifytimer = 400,
qrcodelength = 6,
changeqrcodeoneverynewgeneration = false, -- Should a new QR code always be generated for an outfit? False: An outfit always has the same code.
changeqrcodeinintervals = false, -- Interval for the creation of a QR code. Only active when changeqrcodeoneverynewgeneration = true
changeqrcodeinterval = 10 -- In minutes
},
Visuals = {
Marker = {
markertype = 1, -- https://docs.fivem.net/docs/game-references/markers/
markersize = vector3(2.5, 2.5, 0.5),
markercolor = {r = 1, g = 1, b = 1}
}
}
}
Config.ClothShop = {
{
location = vector3(72.3, -1399.1, 29.4),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["lcn"] = true, -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
["cali"] = true
},
Clothing = {
{name = "hat", price = 20.50}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50.25},
{name = "glasses", price = 20},
{name = "jacket", price = 150.31},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {
-- Enter here all jobs that are allowed to use this Clothshop free of charge.
["police"] = true,
["ambulance"] = true
}
},
{
location = vector3(-703.8, -152.3, 37.4),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {
-- Enter here all jobs that are allowed to use this Clothshop free of charge.
["police"] = true
}
},
{
location = vector3(-167.9, -299.0, 39.7),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(428.7, -800.1, 29.5),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(-829.4, -1073.7, 11.3),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(-1447.8, -242.5, 49.8),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(11.6, 6514.2, 31.9),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(123.6, -219.4, 54.6),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(1696.3, 4829.3, 42.1),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(618.1, 2759.6, 42.1),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(1190.6, 2713.4, 38.2),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(-1193.4, -772.3, 17.3),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(-3172.5, 1048.1, 20.9),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(-1108.4, 2708.9, 19.1),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 73, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Clothshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "hat", price = 20}, -- Enter the price if you want to buy a new hat. Prices can also be comma numbers.
{name = "mask", price = 15},
{name = "chain", price = 50},
{name = "glasses", price = 20},
{name = "jacket", price = 150},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
},
FreeForJobs = {}
},
{
location = vector3(-1338.1, -1277.5, 4.8),
Blip = {
active = true, -- Enable or disable (true, false)
Blipsprite = 362, -- https://docs.fivem.net/docs/game-references/blips/
BlipColor = 1,
BlipScale = 1.0,
BlipName = "Maskshop"
},
SelectedJobsOnly = false, -- Only certain jobs should be able to access / see this Clothshop.
SelectedJobs = {
["police"] = true -- Enter jobs that are able to access / see this Clothshop. Only active when SelectedJobsOnly = false.
},
Clothing = {
{name = "mask", price = 50}
},
FreeForJobs = {}
}
}
Config.CustomClothingShops = {
[1] = {
{name = "hat", price = 20},
{name = "mask", price = 20},
{name = "chain", price = 20},
{name = "glasses", price = 20.03},
{name = "jacket", price = 20.02},
{name = "tshirt", price = 20},
{name = "bagpack", price = 20},
{name = "vest", price = 20},
{name = "gloves", price = 20},
{name = "pants", price = 20},
{name = "shoes", price = 20},
{name = "watch", price = 20}
}
}
config_server.lua
ConfigServer = {}
ConfigServer.Discord = {
On = true,
title = "S-ClothShop",
author = "S-Roleplay",
color = 16711680,
avatar_url = "https://cdn.discordapp.com/attachments/1293659211804180634/1293663889950773269/Static_Halloween_Logo.png?ex=671d49e2&is=671bf862&hm=26ed7b1e77f5a662a84d99006ba8fd367484ba8ee124238ea254a5600e7fd83d&",
footertext = "S-Scripts",
icon_url = "https://cdn.discordapp.com/attachments/1293659211804180634/1293663889950773269/Static_Halloween_Logo.png?ex=671d49e2&is=671bf862&hm=26ed7b1e77f5a662a84d99006ba8fd367484ba8ee124238ea254a5600e7fd83d&",
thumbnailurl = "https://cdn.discordapp.com/attachments/1293659211804180634/1293663889950773269/Static_Halloween_Logo.png?ex=671d49e2&is=671bf862&hm=26ed7b1e77f5a662a84d99006ba8fd367484ba8ee124238ea254a5600e7fd83d&"
}
ConfigServer.Webhooks = {
["Default"] = ""
}
If you find any errors in the configuration and you can't fix them yourself, open a ticket!
Last updated