# 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.

***

<figure><img src="/files/mrUqiY652tLjeoIHxPeA" alt="" width="209"><figcaption></figcaption></figure>

{% code title="cs\_fscanner" %}

```lua
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'
}
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blackzone.live/bb-v2-paket/dokumantasyon/sistemler/parmak-izi-okuyucu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
