rcore_clothes
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.
Common Issues & Solutions
this script REQUIRES artifact version 4752 or newer
Attempt to get length of a nil value (field '?')

You're missing most likely "property" in the database. So use this SQL command
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
You lack the required entitlement
Do you see something like this in the console?

Please read this guide: Error: You lack the required entitlement
Syntax error near '<\1>'
Do you see something like this in the console?

Please read this guide: Error: syntax error near '<\1>'
Could not find dependency / Can't run
Do you see something like this in the console?



Follow this guide please: Updating server
Do you see something like this in the console?


Follow this guide please: onesync
Last updated
Was this helpful?