# 30.06.2024

### Updates

* Added `Config.ShopLocations`
  * If you don't have an extra shop system, you can add a shop to any location with this system
* Added `Config.openTrunkDistance`
  * If you have a very large vehicle and have problems opening the trunk, you can increase the distance of each model with this setting
* Added backpack system [Video](https://youtu.be/wNt_8OQ_CUQ)
  * You can increase the maximum weight and number of slots that the player can carry depending on the clothes bag
* Added `Config.antiSwimingItems`
  * You can add the items you want to be broken in water to this config. so that when the player swims in water for 3 seconds, the item will be deleted and the broken version will be added instead
* 3D draw texts renewed
* When you receive an item from a player or give an item to a player, you now see a censored version of their name instead of their id
* Added new exports [FastSlotAddItem](https://app.gitbook.com/o/NAdZXD36tvMT1rI8sjNw/s/qkp0Br2iep0QvcHKueLh/scripts/tgiann-inventory/exports/client#fastslotadditem), [FastSlotRemoveItem](https://app.gitbook.com/o/NAdZXD36tvMT1rI8sjNw/s/qkp0Br2iep0QvcHKueLh/scripts/tgiann-inventory/exports/client#fastslotremoveitem), [FastSlotRemoveAllSlots](https://app.gitbook.com/o/NAdZXD36tvMT1rI8sjNw/s/qkp0Br2iep0QvcHKueLh/scripts/tgiann-inventory/exports/client#fastslotremoveallslots)
* Fixed last bug related to fast slot

**Note:** Don't forget to update tgiann-core

```
modified:   client/client.lua
modified:   client/dropWhenDie.lua
modified:   client/useItem.lua
modified:   configs/config.lua
modified:   configs/shopConfig.lua
modified:   languages/en.lua
modified:   languages/tr.lua
modified:   server/server.lua
modified:   ui/build
```

<figure><img src="https://3288011366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FINiaFqxIwHJqC6NGrPjg%2Fuploads%2FjX2OACblyX1PY9KN1whu%2FEkran_goruntusu_2024-06-30_144629.png?alt=media&#x26;token=f4c291dd-c987-4fbb-8464-8b95a2d51476" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3288011366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FINiaFqxIwHJqC6NGrPjg%2Fuploads%2FXy5Dv13wdf6UIvZvi0Fx%2FEkran_goruntusu_2024-06-30_144630.png?alt=media&#x26;token=71951674-70fb-450d-9dbe-65e2b5f6e55a" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=wNt_8OQ_CUQ&feature=youtu.be>" %}
