Config = {} -- 1800000 Config.TimeoutGunshot = 3600000 -- 1000ms = 1 second (setted 30 minutes) Config.CleanHistoryAfterRestart = true -- If you want to clean the history after the server restarts, set it to true. Config.AccessJobList = { 'police', 'sasp', 'sheriff', 'lssd', 'ambulance' } Config.EnableCommand = true -- If you want to enable the command, set it to true. Config.Command = 'fingerprint' -- Command to open the menu. Config.EnableUseItem = true -- If you want to enable the item, set it to true. Config.Item = 'fingerprint' -- Item to open the menu. Config.EnableControl = false -- If you want to enable the control, set it to true. Config.Key = 'F6' -- Control to open the menu. Config.noFingerprintWeapon = "weapon_paintball" Config.Locales = { ['fingerprint_title'] = 'Parmak İzi', ['scanning'] = 'Taranıyor...', ['hold_finger'] = 'Sensör üzerinde parmağınızı tutun (Uzun Basın)', ['hold_finger_warning'] = 'İşlem tamamlanana kadar parmağınızı sensör üzerinde tutun.', ['no_reason'] = 'Sebep belirtilmedi', -- Interface Labels ['label_id'] = 'Kimlik No', ['label_name'] = 'İsim', ['label_gender'] = 'Cinsiyet', ['label_birth'] = 'Doğum Tarihi', ['label_wanted'] = 'Aranma Durumu', ['label_gunshot'] = 'Barut İzi', ['label_date'] = 'Tarih', ['label_officer'] = 'Memur', ['label_reason'] = 'Sebep', -- Previous Locales ['male'] = 'Erkek', ['female'] = 'Kadın', ['wanted_status_yes'] = 'Aranıyor', ['wanted_status_no'] = 'Aranmıyor', ['gunshot_found'] = 'Barut izi bulundu', ['gunshot_not_found'] = 'Barut izi bulunmadı', ['menu_title'] = 'Parmak İzi', ['no_permission'] = 'Bu eşyayı kullanmak için yetkiniz yok.', ['no_nearby_players'] = 'Etrafınızda kimse yok.', ['scan_refused'] = 'Kişi parmak izi taramasını reddetti!', ['already_wanted'] = 'Kişi zaten aranıyor!', ['removed_from_wanted'] = 'Kişi aranılanlar listesinden çıkarıldı!' }