> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_clothing/rcore_clothes.md).

# V1 docs - OLD

GeneralStep by step installation guide, config preview, locale preview, common issues & solutions and most importantly code snippets to help you integrate our system with known resources.

{% hint style="danger" %}
This is an old version - no longer maintained and supported.

If you own V1, please update **for free** to a completely reworked feature-packed version that you can find on your keymaster/portal.

V2 Documentation is available [here](/paid-resources/rcore_clothing.md)
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=Rg-RAQyvSJk>" %}
Showcase
{% endembed %}

## Common Issues & Solutions

{% hint style="danger" %}
this script **REQUIRES** artifact version **4752** or **newer**
{% endhint %}

### Attempt to get length of a nil value (field '?')

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-210752ac8013d19672af7aefb725ac3663b878c1%2Fimage%20\(6\).png?alt=media)

You're missing most likely "property" in the database. So use this SQL command

```sql
INSERT INTO `datastore` (name, label, shared) VALUES
  ('property','Property',0)
;
```

if you do have this datastore in the database then its most likely due to outdated esx\_datastore, for that we recommend getting this one

{% embed url="<https://github.com/czsquizer/esx_datastore>" %}

### You lack the required entitlement

Do you see something like this in the console?

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-7748cfd62b3cb5f8400d712a3d42fbf2102f43c6%2Fimage%20\(1\)%20\(1\)%20\(1\)%20\(1\).png?alt=media\&token=a1eaee5f-995a-4c6c-a53b-46ae306a1f0e)

Please read this guide: [Error: You lack the required entitlement](/cfx-auth-system/you-lack-the-entitlement.md)

### Syntax error near '<\1>'

Do you see something like this in the console?

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-0a9450e2dbe119d960c6891bfdab7e1dbcf5a313%2Fimage%20\(3\)%20\(1\)%20\(1\).png?alt=media\&token=4d613c71-06db-4256-a083-9a207662cba2)

Please read this guide: [Error: syntax error near '<\1>'](/cfx-auth-system/error-syntax-error-near-less-than-1-greater-than.md)

### Could not find dependency / Can't run

Do you see something like this in the console?

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-c59fb860e63ef092c0fe9c5ee301c429c67ab5c0%2Fimage.png?alt=media\&token=57bb9502-fafc-4083-a240-abaa333accf1)

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-77b8852bd2303aa7ea3aace9e8e060eeac41d689%2Fimage%20\(2\)%20\(1\)%20\(1\).png?alt=media\&token=3e4566fa-e9dd-4dba-8d73-0cc2a7ac7af0)

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-a06c4315910abe92832ca947e4f011d763675f2b%2Fimage.png?alt=media)

Follow this guide please: [Updating server](/server/updating-server.md)

Do you see something like this in the console?

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-78136be946d0ad35c3803154793c4b3cefb62444%2Fimage%20\(5\).png?alt=media\&token=3d7fe03c-a4c4-4b46-8873-18d03b056f2b)

![](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-9fc6132e5d194f2d493ab23e3212d879e609b6f7%2Fimage%20\(4\)%20\(1\)%20\(1\).png?alt=media\&token=577bd548-a8fb-4d70-98e6-e8e0733c9d17)

Follow this guide please: [onesync](/server/onesync.md)
