Troubleshooting Common Issues
Before seeking support, please ensure your server artifacts are up-to-date,
you’ve restarted your server after installation/changes, and you’ve checked
the F8 client console and server console for specific error messages.
Database Issues: `clothing.sql` not importing or errors related to `clothing` table.
Database Issues: `clothing.sql` not importing or errors related to `clothing` table.
Script Not Starting / Errors on Server Start
Script Not Starting / Errors on Server Start
- Solution: - Verify that you have correctly added
ensure rs_clothing(or your correct resource folder name) to yourserver.cfg. - Check the server console for any error messages when the script attempts to start. These messages can provide clues about missing dependencies (like ESX itself, esx_skin, skinchanger) or configuration errors withinconfig.lua. - Ensure the folder name of the script in your
resourcesdirectory matches the name you used inserver.cfg(case-sensitive on Linux).
ESX Framework Compatibility Issues
ESX Framework Compatibility Issues
- Solution: - Confirm that your ESX version is compatible (e.g., ESX
v1.2, ESX Legacy). Check the script’s purchase page or main documentation
for version requirements. - Make sure
es_extended(or your ESX base) is running correctly and is one of the first resources started in yourserver.cfg. - Ensureesx_skinandskinchangerare installed, up-to-date, and functioning correctly as they are crucial dependencies for character appearance.
Dimension Feature Not Working (Players see each other in clothing store)
Dimension Feature Not Working (Players see each other in clothing store)
- Solution: This feature requires OneSync to be enabled on your server
and set to
infinity(e.g.,onesync_enable infinityin yourserver.cfg). Verify your OneSync configuration. - IfConfig.Dimensionis set tofalseinconfig.lua, this feature will be disabled.
Clothing Items Not Appearing, Priced Incorrectly, or Missing Categories
Clothing Items Not Appearing, Priced Incorrectly, or Missing Categories
- Solution: - Double-check your
Config.Categoriesinconfig.luafor correct item IDs (drawable IDs), texture IDs, pricing, and anyOverrides. - Ensure that custom labels and specific settings for items are correctly
formatted. A misplaced comma or bracket can break parts of the config. -
Verify that the category IDs (e.g.,
arms,tshirt_1) and item IDs are valid for the ped models (male/female) being used.
Clothing Store Markers or Blips Not Showing
Clothing Store Markers or Blips Not Showing
- Solution: - Review the
Config.Locationssection inconfig.lua. - Ensure coordinates (Location = vector4(...)) are correct for each store. - Verify thatShowMarker = trueandShowBlip = trueare set for the locations you want visible. - Check that the marker types, blip sprites, and colors are valid according to FiveM documentation.
Cannot Open Menu / Interaction Key Not Working
Cannot Open Menu / Interaction Key Not Working
Getting Support
If you’ve gone through the troubleshooting steps and are still experiencing issues:Resrant Scripts Discord
Join our official Discord server. This is the primary way to receive direct
support, report bugs, and engage with the community.
Check Consoles for Errors
Before asking for support, please gather any relevant error messages from: -
Your F8 client console (press F8 in-game). - Your server console.
Providing these errors helps us diagnose the issue much faster.
Verify Dependencies
Double-check that all required dependencies (ESX, esx_skin, skinchanger, and
any others mentioned by the script) are installed, up-to-date, and working
correctly.
Review `config.lua` Carefully
Many issues stem from simple syntax errors (like missing commas) or
misconfigured options in
config.lua. Review it carefully, perhaps using a
Lua validator.
