Common issues and solutions for the Clothing Script, plus support channels.
Database Issues: `clothing.sql` not importing or errors related to `clothing` table.
Script Not Starting / Errors on Server Start
ensure rs_clothing
(or your correct resource folder name) to your server.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 within config.lua
.resources
directory matches
the name you used in server.cfg
(case-sensitive on Linux).ESX Framework Compatibility Issues
es_extended
(or your ESX base) is
running correctly and is one of the first resources started in your
server.cfg
. - Ensure esx_skin
and skinchanger
are 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)
infinity
(e.g., onesync_enable infinity
in your
server.cfg
). Verify your OneSync configuration. - If Config.Dimension
is
set to false
in config.lua
, this feature will be disabled.Clothing Items Not Appearing, Priced Incorrectly, or Missing Categories
Config.Categories
in config.lua
for
correct item IDs (drawable IDs), texture IDs, pricing, and any Overrides
.arms
, tshirt_1
) and item IDs are
valid for the ped models (male/female) being used.Clothing Store Markers or Blips Not Showing
Config.Locations
section in config.lua
. -
Ensure coordinates (Location = vector4(...)
) are correct for each store. -
Verify that ShowMarker = true
and ShowBlip = true
are 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
config.lua
. Review it carefully, perhaps using a
Lua validator.