# Kara Tahta

## Bilgilendirme

Tebeşirle bir şeyler karalayıp insanlara gösterebileceğiniz kara tahta

***

<figure><img src="https://2652667007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FopePunNPJYyKRtvTDgAB%2Fuploads%2FAUot8dVtCK3EB6u449E2%2Fimage.png?alt=media&#x26;token=04acdb2c-9209-437c-8c1c-769846731689" alt=""><figcaption></figcaption></figure>

{% code title="an\_chalkBoard" %}

```lua
Config = {}

Config.Framework = 'QBCORE' -- 'QBCORE' or 'ESX'
Config.usableItem = true -- Make the commercial sign a usable item [ Please check item_config folder to be able to create the item for ESX and QBCore ]
Config.useMythic = false -- mythic_notify
Config.useQBnotif = true -- Use built-in QB Core Notifications
Config.useESXnotif = false -- Use built-in ESX Notifications
Config.createCommand = "panoyerlestir" -- only works if Config.usableItem is set to false
Config.removeCommand = "panokaldır" -- cmd to remove the board -- will only work if yopu are the owner of the board

```

{% endcode %}
