How to
How to set up origen shops?
--- Job Settings
job = 'police', -- Optional [If set access compare current job with this]
job_gradeup = 1, -- Optional [If set compare job names and playerGrade > gradeUp]
job_gradedown = 3, -- Optional [If set compare job names and playerGrad < gradeDown]
--- Gang Settings (same as job)
gang = 'origen',
gang_gradeup = 0,
gang_gradedown = 3,
--- If all data is set the algorithm compares:
-- 1: Job names (or gang)
-- 2: Job grade up (or gang)
-- 3: Job grade down (or gang)
--||:Example Shop:||
['origen_job'] = {
label = 'ORIGEN POLICE TEST',
job = 'police', -- or gang = 'origen',
job_gradeup = 1, -- or gang_grade = 0,
job_gradedown = 3, -- or gang_grade = 0,
marker = {
type = 20,
size = vector3(0.3, 0.3, 0.3),
color = {r = 0, g = 0, b = 0, a = 255},
distanceView = 5, -- Distance to draw marker
distanceInteract = 5 -- Distance to interact with marker (interact < view)
},
pos = vector3(-70.92, -813.53, 326.18),
items = Config.ShopItems['24-7']
}How to change default inventory take amount?
How to fix LoadInventory error?
How to fix attempt to index a nil value (save)? (ESX)
How to edit clothes?
Last updated