Job center
Job center ped, blip, vehicle spawns and garbage pick up locations
This file can be located in peuren_garbagejob/shared/sh_main.lua.
Config.Center = {
Ped = {
model = 's_m_y_construct_01',--Dealers ped model, model names can be found @ https://docs.fivem.net/docs/game-references/ped-models/
pos = vector3(-354.63, -1546.0, 27.72),--Dealers positions
heading = 274.33,--Dealers heading
animation = {--This controls dealer animation, if you don't want this, make it to: animation = false
--Supported anim data format:
-- anim = ''
-- dict = ''
-- scenario = ''
--Examples:
-- anim = 'missexile3'
-- dict = 'ex03_dingy_search_case_base_michael'
scenario = 'WORLD_HUMAN_CLIPBOARD'
}
},
Vehicle = {--Garbage job vehicle
model = 'trash2',--Model
livery = 0,--Livery id
extras = {--Vehicle extra parts
[2] = true-- [id] = toggled on and off, true/false
},
},
Spawns = {--Vehicle spawn locations
{ pos = vector3(-369.61, -1525.16, 27.76), heading = 196.22 },
{ pos = vector3(-370.0, -1539.63, 27.06), heading = 176.21 },
{ pos = vector3(-369.23, -1552.22, 25.92), heading = 196.22 },
{ pos = vector3(-363.33, -1565.63, 24.91), heading = 203.5 },
{ pos = vector3(-356.65, -1579.84, 23.47), heading = 201.84 },
{ pos = vector3(-353.72, -1593.21, 22.06), heading = 180.18 },
},
Return = {--Vehicle return point
pos = vector3(-353.89, -1560.84, 25.19)
},
Recycling = {---garbage hq trash locations
Pickups = {
{ pos = vector3(-349.0, -1554.82, 24.5), heading = 4.43 },
{ pos = vector3(-352.22, -1554.71, 24.5), heading = 3.36 },
{ pos = vector3(-358.68, -1553.93, 24.5), heading = 359.76 },
},
Deliver = {
pos = vector3(-600.44, -1592.37, 25.5), heading = 176.28
}
},
TrashLimit = 200,--How many times can players do the garbage collection job before it reaches the limit
RecyclingLimit = 200,--How many times can players do the recycling job before it reaches the limit
}
Last updated