Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {}
- Config.Debug = true -- Shows prints
- Config.Framework = 'ESX' -- Options available are ESX and QBCore
- Config.RequiredPolice = 0 -- Required police that need to be online for selling drugs
- Config.Dispatch = 'linden_outlawalert' -- Change this to your desired dispatch system ('linden_outlawalert', 'cd_dispatch', 'ps-dispatch', 'qs-dispatch', 'codem-dispatch', 'custom')
- Config.NPCFightsWhenRejected = false -- makes the pedestrian fight you if he rejects the sale
- Config.RejectionChance = 20 -- in % the chance that the ped rejects your sale and calls the police
- Config.NotifyPolice = true -- Notify the police when a ped calls the police
- Config.NotifyPoliceOnRejectionChance = 20 -- in % the chance that the ped calls the police when rejecting the sale
- Config.PedList = {
- "u_m_y_militarybum",
- "u_m_m_blane",
- "u_m_y_party_01",
- "ig_ramp_gang",
- "ig_maude",
- "s_m_m_lifeinvad_01",
- "g_m_y_ballaeast_01",
- "g_f_y_families_01",
- "cs_old_man2",
- "cs_denise"
- } -- list of peds that spawn
- Config.AdminGroups = {
- "group.admin",
- "group.god",
- "group.superadmin"
- }
- -- Config.XP = { (TO BE IMPLEMENTED)
- -- [1] = 500
- -- }
- Config.MenuCommand = "editdrugs" -- Command to open the menu (Admins only)
- Config.StartSelling = 'dealer' -- Command to start selling drugs
- Config.StopSelling = 'stopdealer' -- Command to stop selling drugs
- Config.WaitTimeSearching = math.random(5000, 10000) -- The time it takes to search for a client, currently 5-10 seconds measured in milliseconds.
Advertisement
Add Comment
Please, Sign In to add comment