Server Exports
Here you'll find a list of available exports for Inventory. They are intended for users with basic or advanced programming skills.
Set Clothe
Add clothing directly to the player
exports['ux_inventory']:SetClothe(source, item, style, texture)Example:
exports['ux_inventory']:SetClothe(1, "t-shirt", 10, 0)Last updated