Configuration
Config.BoxModel = "v_res_filebox01" -- box prop for the handover
Config.NPCModel = "s_m_y_dealer_01" -- model for the npc that hands you your package
Config.AlertPoliceChance = 30 -- 30% chance
Config.Inventory = 'ox' -- 'qb' or 'ox' (if you dont plan on using an inventory then dont touch, and refer to docs)
Config.Target = 'ox' -- 'qb' or 'ox'
Config.ItemName = 'burnerphone' -- only for qb-inventory, refer to docs for ox inventory or no inventory usageConfig.NPCDespawnTime = 60000Config.ItemUpdateTime = 1800Config.StartOfNightTime = 20 -- the hour night time starts (8PM), this is up to you
Config.EndOfNightTime = 6 -- the hour night ends (6AM), this is up to you
Config.DiscountForNightTime = 0.9 -- this is a 10% discount when its night time, so if you wanted 50% off, the value would be 0.5Some things to know
Last updated