Config = {} Config.Debug = false --SERVER SETTINGS Config.Framework = "qbcore" -- Set your framework! qbcore, ESX, standalone Config.Target = "qb-target" -- Which Target system do u use? qb-target, qtarget Config.Dispatch = { enabled = true, script = "ps-dispatch" } -- cd_dispatch, linden_outlawalert, ps-dispatch Config.NotificationType = "qbcore" -- ESX, ox_lib, qbcore Config.Bob74_ipl = false -- Loads lab interiors Config.PoliceJobs = { 'police', 'sheriff' } Config.Clothing = "illenium-appearance" -- fivem-appearance, esx_skin, qb-clothing, custom | change in client/cl_Utils.lua | GetSkin = function() | ApplySkin = function() --PLAYER CONTROL Config.Logs = { enabled = true, type = "webhook" } -- use webhook or ox_lib (datadog) Can be changed in server > sv_utils.lua Config.DropPlayer = true -- Drop (Kick) Player if tries to cheat! Config.AnticheatBan = false -- Change in server/sv_Utils.lua!!! WIll not work by default you need to add your custom trigger to ban player! -- ADDICTION SETTINGS Config.Addiction = { Enabled = true, CheckInterval = 30000, -- Check every 30 seconds for withdrawal DecreaseInterval = 60000, -- Decrease addiction every 1 minute FirstTimeWarning = "Uyuşturucu kullanmaya başladın. Dikkatli ol, bağımlı olabilirsin!", WithdrawalWarning = "Kendini kötü hissediyorsun... Bir şeyler içmen gerekebilir.", Effects = { BlackoutProbability = 0.5, -- Chance of screen blackout during withdrawal tick BlurIntensity = 10.0, -- Max blur intensity ShakeIntensity = 1.5, -- Max shake intensity WithdrawalTime = 300, -- 5 Minutes without dose starts withdrawal } } --BLIPS Config.Blips = { -- No blips needed for phone selling only } -- Selling Config.PhoneBooths = { -- use hash -429560270, -1559354806, -78626473, 295857659, -2103798695, 1158960338, 1511539537, 1281992692 } Config.Drugs = { cocaine = { -- Item name Label = "Kokain", -- Item label ReqPolice = 0, -- Police count ReportChance = 10, --Dispatch Chance 0 - 100 % MinPrice = 100, -- Min price MaxPrice = 150, -- Max price MinCount = 1, -- Min Count MaxCount = 5, -- Max Count Chance = 20, -- 0 - 100% succes of negotiate for better price AttackChance = 15, -- 0 - 100% Chance of NPC atacking player animation = { model = `bkr_prop_coke_doll`, pos = vec3(0.16, 0.04, -0.05), rot = vec3(0.0, 26.0, 100.0), bone = 57005 } }, joint = { -- Item name Label = "Joint", -- Item label ReqPolice = 0, -- Police count ReportChance = 5, --Dispatch Chance 0 - 100 % MinPrice = 60, -- Min price MaxPrice = 90, -- Max price MinCount = 1, -- Min Count MaxCount = 5, -- Max Count Chance = 20, -- 0 - 100% succes of negotiate for better price AttackChance = 15, -- 0 - 100% Chance of NPC atacking player animation = { model = `bkr_prop_weed_bag_01a`, pos = vec3(0.16, 0.04, -0.05), rot = vec3(0.0, 26.0, 100.0), bone = 57005 } } } --Consumables Config.Consumables = { weed_joint = { -- Item name Remove = true, -- Remove item Log = "Esrar içiyorsun", RemoveItem = "weed_joint", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Lazulás", duration = 5500, effect = "weed", addiction = { enabled = true, amount = 5, -- amount to increase per use label = "Joint" }, animation = { emote = { enabled = false, anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' }, prop = { model = `prop_cigar_02`, pos = vec3(0.01, 0.0, 0.02), rot = vec3(0.0, 0.0, -170.0), bone = 28422 }, }, scenario = { enabled = true, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = true, anim = "syringe" } } }, meth_syringe = { -- Item name Remove = true, -- Remove item Log = "Meth içiyorsun", RemoveItem = "meth_syringe", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Meth içiyorsun", duration = 13500, effect = "Poison", addiction = { enabled = true, amount = 15, label = "Meth" }, animation = { emote = { enabled = false, anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' }, prop = { model = `prop_cigar_02`, pos = vec3(0.01, 0.0, 0.02), rot = vec3(0.0, 0.0, -170.0), bone = 28422 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = true, anim = "syringe" } } }, heroin_syringe = { -- Item name Remove = true, -- Remove item Log = "Fecskendõt használt Heroinnal", RemoveItem = "heroin_syringe", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Eroin içiyorsun", duration = 13500, effect = "Poison", addiction = { enabled = true, amount = 20, label = "Eroin" }, animation = { emote = { enabled = false, anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' }, prop = { model = `prop_cigar_02`, pos = vec3(0.01, 0.0, 0.02), rot = vec3(0.0, 0.0, -170.0), bone = 28422 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = true, anim = "syringe" } } }, meth_pipe = { -- Item name Remove = true, -- Remove item Log = "Meth pipa szívás", RemoveItem = "meth_bag", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Meth içiyorsun", duration = 17500, effect = "Poison", addiction = { enabled = true, amount = 15, label = "Meth" }, animation = { emote = { enabled = true, anim = { dict = 'switch@trevor@trev_smoking_meth', clip = 'trev_smoking_meth_loop', }, prop = { model = `prop_cs_meth_pipe`, pos = vec3(0.12, -0.05, -0.03), rot = vec3(19.0, 10.0, -10.0), bone = 57005 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, xanaxpill = { -- Item name Remove = true, -- Remove item Log = "Kipattant a Xanax tabletta", RemoveItem = "xanaxpill", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Xanax içiyorsun", duration = 2500, effect = "xanax", addiction = { enabled = true, amount = 8, label = "Xanax" }, animation = { emote = { enabled = true, anim = { dict = 'mp_suicide', clip = 'pill', }, prop = { model = nil, pos = nil, rot = nil, bone = nil }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, lsd = { -- Item name Remove = true, -- Remove item Log = "Lenyalta az LSD-t", RemoveItem = "lsd", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "LSD içiyorsun", duration = 2500, effect = "trip", addiction = { enabled = true, amount = 10, label = "LSD" }, animation = { emote = { enabled = true, anim = { dict = 'mp_suicide', clip = 'pill', }, prop = { model = nil, pos = nil, rot = nil, bone = nil }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, ecstasy = { -- Item name Remove = true, -- Remove item Log = "Lenyelte az Ecstasyt", RemoveItem = "ecstasy", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Ecstasy içiyorsun", duration = 2500, effect = "ecstasy", addiction = { enabled = true, amount = 12, label = "Ecstasy" }, animation = { emote = { enabled = true, anim = { dict = 'mp_suicide', clip = 'pill', }, prop = { model = nil, pos = nil, rot = nil, bone = nil }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, coke_pure = { -- Item name Remove = true, -- Remove item Log = "Has snorted Pure Coke", RemoveItem = "coke_pure", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Koko içiyorsun", duration = 4000, effect = "coke", addiction = { enabled = true, amount = 10, -- amount to increase per use label = "Kokain" }, animation = { emote = { enabled = true, anim = { dict = 'anim@amb@nightclub@peds@', clip = 'missfbi3_party_snort_coke_b_male3', }, prop = { model = nil, pos = nil, rot = nil, bone = nil }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, crack_pipe = { -- Item name Remove = true, -- Remove item Log = "Crack pipát használt", RemoveItem = "crack", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Crack içiyorsun", duration = 17500, effect = "alien", addiction = { enabled = true, amount = 15, label = "Crack" }, animation = { emote = { enabled = true, anim = { dict = 'switch@trevor@trev_smoking_meth', clip = 'trev_smoking_meth_loop', }, prop = { model = `prop_cs_crackpipe`, pos = vec3(0.13, -0.09, -0.05), rot = vec3(29.0, 28.0, -1.0), bone = 57005 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, magicmushroom = { -- Item name Remove = true, -- Remove item Log = "Varázsgombát evett", RemoveItem = "magicmushroom", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Crack içiyorsun", duration = 17500, effect = "trip", addiction = { enabled = true, amount = 10, label = "Mushroom" }, animation = { emote = { enabled = true, anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c', }, prop = { model = `ng_proc_leaves08`, pos = vec3(0.14, 0.01, -0.03), rot = vec3(0.0, 0.0, 50.0), bone = 57005 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, peyote = { -- Item name Remove = true, -- Remove item Log = "Peyote kaktuszt evett", RemoveItem = "peyote", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Peyote içiyorsun", duration = 1500, effect = "trip", animation = { emote = { enabled = true, anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c', }, prop = { model = `prop_peyote_highland_01`, pos = vec3(0.15, 0.01, -0.09), rot = vec3(-90.0, -9.0, 0.0), bone = 57005 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = false, anim = "syringe" } } }, weed_blunt = { -- Item name Remove = true, -- Remove item Log = "Bluntot szívott", RemoveItem = "weed_blunt", -- Remove Item name RemoveItemCount = 1, -- Remove Item Count ProgressBar = "Esrar içiyorsun", duration = 17500, effect = "weed", addiction = { enabled = true, amount = 5, label = "Joint" }, animation = { emote = { enabled = true, anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' }, prop = { model = `prop_cigar_02`, pos = vec3(0.01, 0.0, 0.02), rot = vec3(0.0, 0.0, -170.0), bone = 28422 }, }, scenario = { enabled = false, anim = { scenario = "WORLD_HUMAN_SMOKING_POT" }, }, custom = { enabled = true, anim = "syringe" } } } }