⚠️Common Issues
Stuck Ped on Screen
It will happens when u restart our clothes script when inventory is open. If it will happen you can use command /pedfix
to fix it

My Clothing Items doesn't change every time!
When your clothing items doesn't update when u load skin/outfit through some script. Add code below in your code to apply clothes as items.
local skin = exports['appearance_script']:getSkin() -- replace with your script export
TriggerEvent('p_itemclothes/client/updateClothes', skin)
attempt to index a nil value (upvalue 'currentInventory')
Make sure your Anti-Cheat doesn't block events from inventory script. Add resource or events to whitelist in your AC.
Last updated