Config = {} Config.MaxWidth = 15.0 Config.MaxHeight = 15.0 Config.MaxLength = 25.0 Config.DamageNeeded = 100.0 Config.IdleCamera = true Config.EnableProne = true Config.JointEffectTime = 60 Config.DefaultPrice = 20 -- Default price for the carwash Config.DirtLevel = 0.1 -- Threshold for the dirt level to be counted as dirty Config.DisableAmbience = false -- Disabled distance sirens, distance car alarms, etc Config.MapText = "Crystal Rp" -- This is the name / text shown above the map Config.Density = { parked = 0.0, vehicle = 0.0, multiplier = 0.0, peds = 0.0, scenario = 0.0 } Config.Disable = { hudComponents = { 1, 3, 4, 7, 9, 13, 20, 21, 22 }, -- Hud Components: https://docs.fivem.net/natives/?_0x6806C51AD12B83B8 controls = { 37 }, -- Controls: https://docs.fivem.net/docs/game-references/controls/ displayAmmo = false, -- false disables ammo display ambience = false, -- disables distance sirens, distance car alarms, flight music, etc idleCamera = true, -- disables the idle cinematic camera vestDrawable = false, -- disables the vest equipped when using heavy armor pistolWhipping = true, -- disables pistol whipping driveby = true, -- disables driveby } Config.appid ='1438644844091281440' -- https://discord.com/developers/applications sitesinden botunuzu seçin. General information kategorisinde APPLICATION ID yazanı kopyalayıp buraya yapıştırın. Config.logo = 'logo' -- https://discord.com/developers/applications sitesinden botunuzu seçin. Rich Presence > Art Assets'e girin Add image deyin resime verdiğiniz ismi buraya yazın. Config.logotext = 'Sunucumuza katılarak destek olun.' -- Resmin üstüne mause getirince çıkıcak yazıyı ayarlayın. Config.maxPlayers = 128 Config.minilogo = 'logo' -- -- https://discord.com/developers/applications sitesinden botunuzu seçin. Rich Presence > Art Assets'e girin Add image deyin resime verdiğiniz ismi buraya yazın. Config.minilogotext = 'Sunucumuza katılarak destek olun.' -- Resmin üstüne mause getirince çıkıcak yazıyı ayarlayın. Config.Buttons = { [1] = {text = "Discorda katıl", link = "https://discord.gg/herp"}, [2] = {text = "Sunucuya giriş yap", link = "fivem://connect/185.233.164.204:30120"}, } Config.HolsterVariant = {130,122,3,6,8} Config.HolsterableWeapons = { --'WEAPON_STUNGUN', 'WEAPON_PISTOL', 'WEAPON_PISTOL_MK2', 'WEAPON_COMBATPISTOL', 'WEAPON_APPISTOL', 'WEAPON_PISTOL50', 'WEAPON_REVOLVER', 'WEAPON_SNSPISTOL', 'WEAPON_HEAVYPISTOL', 'WEAPON_VINTAGEPISTOL' } Config.Localization = { ['crouch_keymapping'] = "Eğil", ['crouch_chat_suggestion'] = "Eğil", ['crawl_keymapping'] = "Sürün", ['crawl_chat_suggestion'] = "Sürün" } ConsumablesEat = { ["sandwich"] = math.random(7, 18), ["tosti"] = math.random(7, 18), ["taco"] = math.random(7, 18), ["twerks_candy"] = math.random(7, 18), ["snikkel_candy"] = math.random(7, 18), ["burgershot_bigking"] = math.random(60, 80), ["burgershot_bleeder"] = math.random(38, 45), ["burgershot_goatwrap"] = math.random(50, 60), ["burgershot_macaroon"] = math.random(30, 40), ["burgershot_patatob"] = math.random(20, 23), ["burgershot_patatos"] = math.random(9, 18), ["burgershot_shotnuggets"] = math.random(25, 35), ["burgershot_shotrings"] = math.random(25, 35), ["burgershot_thesmurfsicecream"] = math.random(1, 3), ["burgershot_smurfetteicecream"] = math.random(1, 3), ["burgershot_matchaicecream"] = math.random(1, 3), ["burgershot_ubeicecream"] = math.random(1, 3), ["burgershot_unicornicecream"] = math.random(1, 3), ["burgershot_vanillaicecream"] = math.random(1, 3), ["burgershot_chocolateicecream"] = math.random(1, 3), ["burgershot_strawberryicecream"] = math.random(1, 3), ["donut"] = math.random(25, 30), ["cookie"] = math.random(20, 25), ["croissant"] = math.random(30, 35), ["cupchocolate"] = math.random(35, 40), ["gingerkitty_cookie"] = math.random(35, 45), ["kira_kira_currye"] = math.random(35, 45), ["om_nom_omurice"] = math.random(35, 45), ["dragos_fire_cupcake"] = math.random(35, 45), ["ballbarry_cupcake"] = math.random(35, 45), ["purrfect_parfait"] = math.random(35, 45), ["oxygen_cake"] = math.random(35, 45), ["meowchi_mochi_ice_cream"] = math.random(35, 45), ["strawberry_shortcake"] = math.random(35, 45), ["awwdorable_valentines_chocolate"] = math.random(35, 45), ["warm_chicken_noodle"] = math.random(35, 45), ["rice_balls"] = math.random(35, 45), ["doki_doki_pancakes"] = math.random(35, 45), ["hamburg_steak"] = math.random(35, 45), ["sugoi_katsu_sando"] = math.random(35, 45), ["cat_macaroon_pink"] = math.random(35, 45), ["cat_macaroon_green"] = math.random(35, 45), ["cat_macaroon_turquoise"] = math.random(35, 45), ["cat_macaroon_brown"] = math.random(35, 45), } ConsumablesDrink = { ["water_bottle"] = math.random(7, 18), ["milkshake"] = math.random(50, 70), ["kurkakola"] = math.random(30, 47), ["coffee"] = math.random(30, 47), ["burgershot_colab"] = math.random(70, 80), ["burgershot_colas"] = math.random(40, 55), ["burgershot_coffee"] = math.random(30, 45), ["bean-cafe"] = math.random(30, 35), ["bean-latte"] = math.random(35, 40), ["bean-cappuccino"] = math.random(35, 40), ["bean-mocha"] = math.random(40, 45), ["bean-cmilkshake"] = math.random(45, 50), ["bean-icetea"] = math.random(35, 40), ["sweet_herbal_tea"] = math.random(25, 35), ["booba_milk_tea_2"] = math.random(25, 35), ["lovely_hot_chocolate"] = math.random(25, 35), ["hot_chocolate"] = math.random(25, 35), ["matcha_coffee"] = math.random(25, 35), } ConsumablesAlcohol = { ["whiskey"] = math.random(20, 30), ["beer"] = math.random(30, 40), ["vodka"] = math.random(20, 40), } ConsumablesFireworks = { "firework1", "firework2", "firework3", "firework4" } Config.BlacklistedScenarios = { ['TYPES'] = { "WORLD_VEHICLE_MILITARY_PLANES_SMALL", "WORLD_VEHICLE_MILITARY_PLANES_BIG", "WORLD_VEHICLE_AMBULANCE", "WORLD_VEHICLE_POLICE_NEXT_TO_CAR", "WORLD_VEHICLE_POLICE_CAR", "WORLD_VEHICLE_POLICE_BIKE", }, ['GROUPS'] = { 2017590552, 2141866469, 1409640232, `ng_planes`, } } Config.BlacklistedVehs = { -- [`SHAMAL`] = true, [`LUXOR`] = true, [`LUXOR2`] = true, [`JET`] = true, [`LAZER`] = true, [`BUZZARD`] = true, [`BUZZARD2`] = true, -- [`ANNIHILATOR`] = true, [`SAVAGE`] = true, [`TITAN`] = true, [`RHINO`] = true, [`FIRETRUK`] = true, [`impaler2`] = true, -- [`MULE`] = true, -- [`MAVERICK`] = true, [`BLIMP`] = true, [`AIRTUG`] = true, [`CAMPER`] = true, ['speedo4'] = true, [`HYDRA`] = true, [`OPPRESSOR`] = true, [`technical3`] = true, [`insurgent3`] = true, [`apc`] = true, [`tampa3`] = true, [`trailersmall2`] = true, [`halftrack`] = true, [`hunter`] = true, [`vigilante`] = true, [`akula`] = true, [`barrage`] = true, [`khanjali`] = true, [`caracara`] = true, [`blimp3`] = true, [`menacer`] = true, [`oppressor2`] = true, [`scramjet`] = true, [`strikeforce`] = true, [`cerberus`] = true, [`cerberus2`] = true, [`cerberus3`] = true, [`scarab`] = true, [`scarab2`] = true, [`scarab3`] = true, [`rrocket`] = true, [`ruiner2`] = true, [`deluxo`] = true, } Config.BlacklistedPeds = { [`s_m_y_ranger_01`] = true, [`s_m_y_sheriff_01`] = true, [`s_m_y_cop_01`] = true, [`s_f_y_sheriff_01`] = true, [`s_f_y_cop_01`] = true, [`s_m_y_hwaycop_01`] = true, } Config.Teleports = { [1] = { [1] = { coords = vector4(-794.25, -1245.74, 7.34, 51.03), ["AllowVehicle"] = false, drawText = '[E] Üst Kata Çık' }, [2] = { coords = vector4(-774.02, -1207.46, 51.15, 318.43), ["AllowVehicle"] = false, drawText = '[E] Alt Kata İn' }, }, [2] = { [1] = { coords = vector4(-66.70, -802.69, 44.23, 153.05), ["AllowVehicle"] = false, drawText = '[E] Üst Kata Çık' }, [2] = { coords = vector4(-76.48, -830.31, 243.39, 251.64), ["AllowVehicle"] = false, drawText = '[E] Alt Kata İn' }, }, [3] = { [1] = { coords = vector4(-117.27, -604.50, 36.28, 70.20), ["AllowVehicle"] = false, drawText = '[E] Üst Kata Çık' }, [2] = { coords = vector4(-1395.83, -481.19, 72.04, 188.14), ["AllowVehicle"] = false, drawText = '[E] Alt Kata İn' }, }, [4] = { [1] = { coords = vector4(-589.48, -707.70, 36.28, 180.60), ["AllowVehicle"] = false, drawText = '[E] Üst Kata Çık' }, [2] = { coords = vector4(-576.72, -715.84, 113.01, 90.09), ["AllowVehicle"] = false, drawText = '[E] Alt Kata İn' }, }, [5] = { [1] = { coords = vector4(-1581.38, -562.32, 108.52, 307.15), ["AllowVehicle"] = false, drawText = '[E] Üst Kata Çık' }, [2] = { coords = vector4(-1581.30, -558.24, 34.95, 40.13), ["AllowVehicle"] = false, drawText = '[E] Alt Kata İn' }, } } Config.CarWash = { -- carwash [1] = { ["label"] = "Oto Yıkama", ["coords"] = vector3(25.29, -1391.96, 29.33), }, [2] = { ["label"] = "Oto Yıkama", ["coords"] = vector3(174.18, -1736.66, 29.35), }, [3] = { ["label"] = "Oto Yıkama", ["coords"] = vector3(-74.56, 6427.87, 31.44), }, [4] = { ["label"] = "Oto Yıkama", ["coords"] = vector3(1363.22, 3592.7, 34.92), }, [5] = { ["label"] = "Oto Yıkama", ["coords"] = vector3(-699.62, -932.7, 19.01), } }