# 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/EcIIk3W94qvwTl2EVaGd)

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)


---

# 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://documentation.rcore.cz/paid-resources/rcore_clothing/rcore_clothes.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.
