Config = {} Config.EnableExtraMenu = true Config.MenuItems = { [3] = { id = 'blips', title = 'Konumlar', icon = 'map-marked-alt', items = { { id = 'marketler', title = 'Mağaza', icon = 'store', type = 'client', event = 'ik-blips:marketler', shouldClose = true }, { id = 'garajlar', title = 'Garajlar', icon = 'warehouse', type = 'client', event = 'ik-blips:garajlar', shouldClose = true }, { id = 'gasstation', title = 'Benzin İstasyonu', icon = 'gas-pump', type = 'client', event = 'ik-blips:benzinlik', shouldClose = true }, -- { -- id = 'bankalar', -- title = 'Bankalar', -- icon = 'dollar-sign', -- type = 'client', -- event = 'ik-blips:banka', -- shouldClose = true -- }, { id = 'kafeler', title = 'İşletmeler', icon = 'wine-glass', type = 'client', event = 'ik-blips:isletme', shouldClose = true }, { id = 'barber', title = 'Berber Mağazası', icon = 'store', type = 'client', event = 'ik-blips:berber', shouldClose = true }, { id = 'tatoo', title = 'Dövme Mağazası', icon = 'store', type = 'client', event = 'ik-blips:dovmeci', shouldClose = true },{ id = 'clothing', title = 'Kıyafet Mağazası', icon = 'tshirt', type = 'client', event = 'ik-blips:kiyafetci', shouldClose = true },{ id = 'banks', title = 'Bankalar', icon = 'store', type = 'client', event = 'ik-blips:banka', shouldClose = true }, { id = 'tumblipler', title = 'Tüm Blipler', icon = 'compass', type = 'client', event = 'ik-blips:toggleAll', shouldClose = true } } }, [1] = { id = 'actions', title = 'Eylemler', icon = 'users', items = { { id = 'handcuff', title = 'Kelepçe', icon = 'user-lock', type = 'client', event = 'police:client:CuffPlayer', shouldClose = true }, { id = 'playerinvehicle', title = 'Arabaya Bindir', icon = 'car-side', type = 'client', event = 'police:client:PutPlayerInVehicle', shouldClose = true }, { id = 'playeroutvehicle', title = 'Arabadan İndir', icon = 'car-side', type = 'client', event = 'police:client:SetPlayerOutVehicle', shouldClose = true }, { id = 'stealplayer', title = 'Soy', icon = 'mask', type = 'client', event = 'police:client:RobPlayer', shouldClose = true }, { id = 'escort2', title = 'Kucakla', icon = 'user-friends', type = 'command', event = 'sırt', shouldClose = true }, { id = 'escort2', title = 'Oyuncuyu Taşı', icon = 'user-friends', type = 'command', event = 'grab', shouldClose = true } } }, [2] = { id = 'general', title = 'Genel', icon = 'globe-europe', items = { { id = 'givekey', title = 'Araba Anahtarlarını Ver', icon = 'key', type = 'command', event = 'givekeys', shouldClose = true },{ id = 'tersdüz', title = 'Aracı Çevir', icon = 'car', type = 'client', event = 'ters-duz', shouldClose = true },{ id = 'drug', title = 'Köşe Tut', icon = 'joint', type = 'client', event = 'qb-drugs:client:cornerselling', shouldClose = true },{ id = 'clothesmenu', title = 'Kıyafet', icon = 'tshirt', items = { { id = 'Hair', title = 'Saç', icon = 'user', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Ear', title = 'Kulak', icon = 'deaf', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Neck', title = 'Boyun', icon = 'user-tie', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Top', title = 'Üst Giyim', icon = 'tshirt', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Shirt', title = 'Alt Giyim', icon = 'tshirt', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Pants', title = 'Pantolon', icon = 'user', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Shoes', title = 'Ayakkabı', icon = 'shoe-prints', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'meer', title = 'Ekstralar', icon = 'plus', items = { { id = 'Hat', title = 'Şapka', icon = 'hat-cowboy-side', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Glasses', title = 'Gözlük', icon = 'glasses', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Visor', title = 'Vizör', icon = 'hat-cowboy-side', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Mask', title = 'Maske', icon = 'theater-masks', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Vest', title = 'Çelik Yelek', icon = 'vest', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Bag', title = 'Çanta', icon = 'shopping-bag', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Bracelet', title = 'Bileklik', icon = 'user', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Watch', title = 'Saat', icon = 'stopwatch', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Gloves', title = 'Eldiven', icon = 'mitten', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true } } } } } } } } Config.JobInteractions = { ["ambulance"] = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'revivep', title = 'Canlandır', icon = 'user-md', type = 'client', event = 'hospital:client:RevivePlayer', shouldClose = true }, { id = 'treatwounds', title = 'Yarayı Tedavi Et', icon = 'band-aid', type = 'client', event = 'hospital:client:TreatWounds', shouldClose = true }, { id = 'emergencybutton2', title = 'Acil Yardım Düğmesi', icon = 'bell', type = 'client', event = '"tgiann-policeAlert:alert", "Doktorun yardıma ihtiyacı var!", false', shouldClose = true }, { id = 'escort', title = 'Oyuncuyu Taşı', icon = 'user-friends', type = 'client', event = 'police:client:EscortPlayer', shouldClose = true }, { id = 'stretcheroptions', title = 'Sedye', icon = 'procedures', items = { { id = 'spawnstretcher', title = 'Sedye Çıkar', icon = 'plus', type = 'client', event = 'qb-radialmenu:client:TakeStretcher', shouldClose = false }, { id = 'despawnstretcher', title = 'Sedye Bırak', icon = 'minus', type = 'client', event = 'qb-radialmenu:client:RemoveStretcher', shouldClose = false } } } }, ["taxi"] = { { id = 'togglemeter', title = 'Taksimetreyi Göster/Gizle', icon = 'eye-slash', type = 'client', event = 'qb-taxi:client:toggleMeter', shouldClose = false }, { id = 'togglemouse', title = 'Taksimetreyi Aç/Kapat', icon = 'hourglass-start', type = 'client', event = 'qb-taxi:client:enableMeter', shouldClose = true }, { id = 'npc_mission', title = 'NPC Görevi', icon = 'taxi', type = 'client', event = 'qb-taxi:client:DoTaxiNpc', shouldClose = true } }, ["mechanic"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic2"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic3"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic4"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic5"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic6"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic7"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic8"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["mechanic9"] = { { id = 'repair', title = 'Aracı Tamir Et', icon = 'eye-slash', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'clean', title = 'Aracı Temizle', icon = 'hourglass-start', type = 'client', event = 'bedoflex:mechclean', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Aç', icon = 'taxi', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'bedoflex:mechimpound', shouldClose = true } }, ["police"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Araçları', icon = 'tasks', items = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'cezakes', title = 'Fatura Yaz', icon = 'money-bill', type = 'command', event = 'fatura', shouldClose = true }, { id = 'kamukes', title = 'Kamu Yaz', icon = 'money-bill', type = 'command', event = 'kamu', shouldClose = true }, { id = 'GSR', title = 'GSR Kontrol Et', icon = 'dna', type = 'client', event = 'gsrtest', shouldClose = true }, -- { -- id = 'parmakizi', -- title = 'Parmak İzi', -- icon = 'fingerprint', -- type = 'client', -- event = 'parmak:okuyucu', -- shouldClose = true -- }, { id = 'searchplayer', title = 'Ara', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true } } }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["tow"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["doc"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Araçları', icon = 'tasks', items = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'cezakes', title = 'Fatura Yaz', icon = 'money-bill', type = 'command', event = 'fatura', shouldClose = true }, { id = 'kamukes', title = 'Kamu Yaz', icon = 'money-bill', type = 'command', event = 'kamu', shouldClose = true }, { id = 'GSR', title = 'GSR Kontrol Et', icon = 'dna', type = 'client', event = 'gsrtest', shouldClose = true }, -- { -- id = 'parmakizi', -- title = 'Parmak İzi', -- icon = 'fingerprint', -- type = 'client', -- event = 'parmak:okuyucu', -- shouldClose = true -- }, { id = 'searchplayer', title = 'Ara', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true } } }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["lssd"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Araçları', icon = 'tasks', items = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'cezakes', title = 'Fatura Yaz', icon = 'money-bill', type = 'command', event = 'fatura', shouldClose = true }, { id = 'kamukes', title = 'Kamu Yaz', icon = 'money-bill', type = 'command', event = 'kamu', shouldClose = true }, { id = 'GSR', title = 'GSR Kontrol Et', icon = 'dna', type = 'client', event = 'gsrtest', shouldClose = true }, -- { -- id = 'parmakizi', -- title = 'Parmak İzi', -- icon = 'fingerprint', -- type = 'client', -- event = 'parmak:okuyucu', -- shouldClose = true -- }, { id = 'searchplayer', title = 'Ara', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true } } }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["sasp"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Araçları', icon = 'tasks', items = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'cezakes', title = 'Fatura Yaz', icon = 'money-bill', type = 'command', event = 'fatura', shouldClose = true }, { id = 'kamukes', title = 'Kamu Yaz', icon = 'money-bill', type = 'command', event = 'kamu', shouldClose = true }, { id = 'GSR', title = 'GSR Kontrol Et', icon = 'dna', type = 'client', event = 'gsrtest', shouldClose = true }, -- { -- id = 'parmakizi', -- title = 'Parmak İzi', -- icon = 'fingerprint', -- type = 'client', -- event = 'parmak:okuyucu', -- shouldClose = true -- }, { id = 'searchplayer', title = 'Ara', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true } } }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["scpd"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Araçları', icon = 'tasks', items = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'cezakes', title = 'Fatura Yaz', icon = 'money-bill', type = 'command', event = 'fatura', shouldClose = true }, { id = 'kamukes', title = 'Kamu Yaz', icon = 'money-bill', type = 'command', event = 'kamu', shouldClose = true }, { id = 'GSR', title = 'GSR Kontrol Et', icon = 'dna', type = 'client', event = 'gsrtest', shouldClose = true }, -- { -- id = 'parmakizi', -- title = 'Parmak İzi', -- icon = 'fingerprint', -- type = 'client', -- event = 'parmak:okuyucu', -- shouldClose = true -- }, { id = 'searchplayer', title = 'Ara', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true } } }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["sheriff"] = { { id = 'impound', title = 'Aracı Çek', icon = 'taxi', type = 'client', event = 'tgiann-menuv3:arac-cek', shouldClose = true }, { id = 'repair', title = 'Aracı Tamir Et', icon = 'car', type = 'client', event = 'bedoflex:mechrepair', shouldClose = true }, { id = 'policeinteraction', title = 'Polis Araçları', icon = 'tasks', items = { { id = 'statuscheck', title = 'Tıbbi Durumunu Kontrol Et', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'hijack', title = 'Aracın Kapısını Kır', icon = 'lock', type = 'client', event = 'bedoflex:hijack', shouldClose = true }, { id = 'cezakes', title = 'Fatura Yaz', icon = 'money-bill', type = 'command', event = 'fatura', shouldClose = true }, { id = 'kamukes', title = 'Kamu Yaz', icon = 'money-bill', type = 'command', event = 'kamu', shouldClose = true }, { id = 'GSR', title = 'GSR Kontrol Et', icon = 'dna', type = 'client', event = 'gsrtest', shouldClose = true }, -- { -- id = 'parmakizi', -- title = 'Parmak İzi', -- icon = 'fingerprint', -- type = 'client', -- event = 'parmak:okuyucu', -- shouldClose = true -- }, { id = 'searchplayer', title = 'Ara', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true } } }, { id = 'policeinteraction', title = 'Polis Nesneleri', icon = 'road', items = { { id = 'spawnpion', title = 'Koni', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Bariyer', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Hız Tabelası', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawnverlichting', title = 'Işık', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Dikenli Tel', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Nesneyi Kaldır', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } }, }, ["hotdog"] = { { id = 'togglesell', title = 'Satışı Aç/Bağla', icon = 'hotdog', type = 'client', event = 'qb-hotdogjob:client:ToggleSell', shouldClose = true } }, ["popsdinner"] = { { id = 'cezakes', title = 'Faktura Yaz', icon = 'money-bill', type = 'client', event = 'qbx_billing:client:sendBill', shouldClose = true } }, } Config.TrunkClasses = { [0] = {allowed = true, x = 0.0, y = -1.5, z = 0.0}, -- Coupes [1] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Sedans [2] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- SUVs [3] = {allowed = true, x = 0.0, y = -1.5, z = 0.0}, -- Coupes [4] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Muscle [5] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Sports Classics [6] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Sports [7] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Super [8] = {allowed = false, x = 0.0, y = -1.0, z = 0.25}, -- Motorcycles [9] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Off-road [10] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Industrial [11] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Utility [12] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Vans [13] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Cycles [14] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Boats [15] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Helicopters [16] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Planes [17] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Service [18] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Emergency [19] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Military [20] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Commercial [21] = {allowed = true, x = 0.0, y = -1.0, z = 0.25} -- Trains } Config.ExtrasEnabled = true Config.Commands = { ["top"] = { Func = function() ToggleClothing("Top") end, Sprite = "top", Desc = "Gömleğini giy/çıkart", Button = 1, Name = "Torso" }, ["gloves"] = { Func = function() ToggleClothing("gloves") end, Sprite = "gloves", Desc = "Eldivenlerini giy/çıkart", Button = 2, Name = "Gloves" }, ["visor"] = { Func = function() ToggleProps("visor") end, Sprite = "visor", Desc = "Şapka varyasyonunu giy/çıkart", Button = 3, Name = "Visor" }, ["bag"] = { Func = function() ToggleClothing("Bag") end, Sprite = "bag", Desc = "Çantanı giy/çıkart", Button = 8, Name = "Bag" }, ["shoes"] = { Func = function() ToggleClothing("Shoes") end, Sprite = "shoes", Desc = "Ayakkabılarını giy/çıkart", Button = 5, Name = "Shoes" }, ["vest"] = { Func = function() ToggleClothing("Vest") end, Sprite = "vest", Desc = "Yeleğinizi çıkarın/giyin", Button = 14, Name = "Vest" }, ["hair"] = { Func = function() ToggleClothing("hair") end, Sprite = "hair", Desc = "Saçınızı yukarı/aşağı/bir topuz/at kuyruğu yapın.", Button = 7, Name = "Hair" }, ["hat"] = { Func = function() ToggleProps("Hat") end, Sprite = "hat", Desc = "Şapkanı giy/çıkart", Button = 4, Name = "Hat" }, ["glasses"] = { Func = function() ToggleProps("Glasses") end, Sprite = "glasses", Desc = "Gözlükleri giy/çıkart", Button = 9, Name = "Glasses" }, ["ear"] = { Func = function() ToggleProps("Ear") end, Sprite = "ear", Desc = "Kulak aksesuarını giy/çıkart", Button = 10, Name = "Ear" }, ["neck"] = { Func = function() ToggleClothing("Neck") end, Sprite = "neck", Desc = "Boyun aksesuarını giy/çıkart", Button = 11, Name = "Neck" }, ["watch"] = { Func = function() ToggleProps("Watch") end, Sprite = "watch", Desc = "Saatı tak/çıkart", Button = 12, Name = "Watch", Rotation = 5.0 }, ["bracelet"] = { Func = function() ToggleProps("Bracelet") end, Sprite = "bracelet", Desc = "Bileziğini giy/çıkart", Button = 13, Name = "Bracelet" }, ["mask"] = { Func = function() ToggleClothing("Mask") end, Sprite = "mask", Desc = "Maskeni giy/çıkart", Button = 6, Name = "Mask" } } local bags = {[40] = true, [41] = true, [44] = true, [45] = true} Config.ExtraCommands = { ["pants"] = { Func = function() ToggleClothing("Pants", true) end, Sprite = "pants", Desc = "Pantolonu giy/çıkart", Name = "Pants", OffsetX = -0.04, OffsetY = 0.0 }, ["shirt"] = { Func = function() ToggleClothing("Shirt", true) end, Sprite = "shirt", Desc = "Tişörtü giy/çıkart", Name = "shirt", OffsetX = 0.04, OffsetY = 0.0 }, ["reset"] = { Func = function() if not ResetClothing(true) then Notify('Nothing To Reset', 'error') end end, Sprite = "reset", Desc = "Revert everything back to normal", Name = "reset", OffsetX = 0.12, OffsetY = 0.2, Rotate = true }, ["bagoff"] = { Func = function() ToggleClothing("Bagoff", true) end, Sprite = "bagoff", SpriteFunc = function() local Bag = GetPedDrawableVariation(PlayerPedId(), 5) local BagOff = LastEquipped["Bagoff"] if LastEquipped["Bagoff"] then if bags[BagOff.Drawable] then return "bagoff" else return "paraoff" end end if Bag ~= 0 then if bags[Bag] then return "bagoff" else return "paraoff" end else return false end end, Desc = "Çantanı giy/çıkart", Name = "bagoff", OffsetX = -0.12, OffsetY = 0.2 } } Config.BarberShops = { vector3(-814.308, -183.823, 36.568), vector3(136.826, -1708.373, 28.291), vector3(-1282.604, -1116.757, 5.990), vector3(1931.513, 3729.671, 31.844), vector3(1212.840, -472.921, 65.208), vector3(-32.885, -152.319, 56.076), vector3(-278.077, 6228.463, 30.695), } Config.GasStations = { vector3(49.4187, 2778.793, 58.043), vector3(263.894, 2606.463, 44.983), vector3(1039.958, 2671.134, 39.550), vector3(1207.260, 2660.175, 37.899), vector3(2539.685, 2594.192, 37.944), vector3(2679.858, 3263.946, 55.240), vector3(2005.055, 3773.887, 32.403), vector3(1687.156, 4929.392, 42.078), vector3(1701.314, 6416.028, 32.763), vector3(179.857, 6602.839, 31.868), vector3(-94.4619, 6419.594, 31.489), vector3(-2554.996, 2334.40, 33.078), vector3(-1800.375, 803.661, 138.651), vector3(-1437.622, -276.747, 46.207), vector3(-2096.243, -320.286, 13.168), vector3(-724.619, -935.1631, 19.213), vector3(-526.019, -1211.003, 18.184), vector3(-70.2148, -1761.792, 29.534), vector3(265.648, -1261.309, 29.292), vector3(819.653, -1028.846, 26.403), vector3(1208.951, -1402.567,35.224), vector3(1181.381, -330.847, 69.316), vector3(620.843, 269.100, 103.089), vector3(2581.321, 362.039, 108.468), vector3(176.631, -1562.025, 29.263), vector3(176.631, -1562.025, 29.263), vector3(-319.292, -1471.715, 30.549), vector3(1784.324, 3330.55, 41.253) } Config.Clothing = { vector3(1.6213, 6514.2783, 31.8779), -- vector3(-712.215881, -155.352982, 37.4151268), -- vector3(-1192.94495, -772.688965, 17.3255997), -- vector3( 425.236, -806.008, 28.491), -- vector3(-162.658, -303.397, 38.733), -- vector3(75.950, -1392.891, 28.376), -- vector3(-822.194, -1074.134, 10.328), -- vector3(-1450.711, -236.83, 48.809), -- vector3(4.254, 6512.813, 30.877), -- vector3(615.180, 2762.933, 41.088), -- vector3(1196.785, 2709.558, 37.222), -- vector3(-3171.453, 1043.857, 19.863), -- vector3(-1100.959, 2710.211, 18.107), -- vector3(-1207.65, -1456.88, 4.3784737586975), -- vector3(121.76, -224.6, 53.56) } Config.Stores = { vector3(-160.9109, 6321.1699, 31.5952), } Config.Youtool = { vector4(45.68, -1749.04, 29.61, 53.13), vector4(2747.71, 3472.85, 55.67, 255.08), vector4(-421.83, 6136.13, 31.88, 228.2), } Config.Gun = { vector4(-661.96, -933.53, 21.83, 177.05), vector4(809.68, -2159.13, 29.62, 1.43), vector4(1692.67, 3761.38, 34.71, 227.65), vector4(-331.23, 6085.37, 31.45, 228.02), vector4(253.63, -51.02, 69.94, 72.91), vector4(23.0, -1105.67, 29.8, 162.91), vector4(2567.48, 292.59, 108.73, 349.68), vector4(-1118.59, 2700.05, 18.55, 221.89), vector4(841.92, -1035.32, 28.19, 1.56), vector4(-1304.19, -395.12, 36.7, 75.03), vector4(-3173.31, 1088.85, 20.84, 244.18), } Config.Benny = { vector3(-205.6992, -1312.7377, 31.1588), vector3(-41.8942, -1044.1943, 28.6297), vector3(725.8828, -1088.7747, 22.1693), vector3(-1420.1882, -441.8745, 35.9097), vector3(108.3242, 6624.0996, 31.7873), vector3(140.6093, -3030.3933, 7.0409), }