> 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

{% 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 '?')

![](/files/EuJ3YeJTj9mzC99pV8Z9)

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?

![](/files/761Vqog2CSzq1QR1hG68)

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?

![](/files/mqTUFiILf9zRSaVtpWLs)

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?

![](/files/gJXnbfy9tf8UbMg4g8JK)

![](/files/4cyHSzU7zhEfS60H4kXc)

![](/files/eYcF94JqgnLj16K2Qmb5)

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

Do you see something like this in the console?

![](/files/g5FD70o5jybB4XqlQBA8)

![](/files/ZaJA0yF5K8DnBhsQpR57)

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