Parmak İzi Okuyucu

Bilgilendirme

Polisler bu okuyucuyu kullanarak ele geçirilen şüphelinin parmak izini alabilir, olay yerinden aldıkları örneklerle kıyaslayıp suçluyu tespit edebilirler.


cs_fscanner
CodeStudio = {}

CodeStudio.Wait_TIme = 2    --Scaning Waiting Time in seconds

CodeStudio.Animations = {
    Enable = true,
    Scanner_Prop = `prop_police_phone`,

    Use_Anim = 'idle_f',
    Use_Dict = 'random@hitch_lift'
}

CodeStudio.Enable_Fingerprint_ID = true     --Enable/Disable Fingerprint ID in scanner

CodeStudio.DicordLogs = false  -- Put discord webhook to enable discord logs

----Notifications Customization----

function Notify(msg)

    SetNotificationTextEntry('STRING') --- DELETE ME IF YOU ARE USING ANOTHER SYSTEM
    AddTextComponentString(msg)  --- DELETE ME IF YOU ARE USING ANOTHER SYSTEM
    DrawNotification(0,1)  --- DELETE ME IF YOU ARE USING ANOTHER SYSTEM
  
    --MORE EXAMPLES OF NOTIFICATIONS.
    --QBCore.Functions.Notify(msg, state)
    --exports['qb-core']:Notify(msg, "primary")
    --exports['mythic_notify']:DoHudText('inform', msg)
end


----Language Editor----

CodeStudio.Language = {
    welcome_txt = 'HOSGELDINIZ',
    department_txt = 'Parmak İzi Tarayıcı',
    new_scan = 'Yeni tarama',
    view_history = 'Geçmiş',
    history_head = 'Geçmiş',
    view_btn = 'Bak',
    report_head = 'Bildiri',
    scaning_txt = 'Lütfen parmağınızı tarayıcının üzerine koyun',
    male_txt = 'Erkek',
    female_txt = 'Kadın'
}

Last updated