Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeManTV committed May 4, 2024
1 parent dab8b25 commit db866d0
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Also feel free to make a PR.
- Context menu
- Radial menu
- Option to fix mask and hat clipping issues
- Whitelist / blacklist for certain IDs (WIP)
- Whitelist / blacklist for certain IDs
- Functional gear (Night vision, etc..)
- Special clothing/outfits
- Give certain clothing proofs such as fire-proof
Expand All @@ -39,31 +39,31 @@ Also feel free to make a PR.

## 📌 Required Items
```
['clothes'] = {
label = 'Clothes',
weight = 100,
stack = false,
allowArmed = false,
client = {
export = 'clothing.clothes'
}
},
['clothes'] = {
label = 'Clothes',
weight = 100,
stack = false,
allowArmed = false,
client = {
export = 'clothing.clothes'
}
},
['outfit'] = {
label = 'Outfit',
stack = false,
client = {
export = 'clothing.clothes'
},
buttons = {
{
label = 'Rename',
action = function(slot)
TriggerServerEvent('clothing:sv:renameOutfit', slot)
end
}
}
['outfit'] = {
label = 'Outfit',
stack = false,
client = {
export = 'clothing.clothes'
},
buttons = {
{
label = 'Rename',
action = function(slot)
TriggerServerEvent('clothing:sv:renameOutfit', slot)
end
}
}
},
```

## 📝 Exports (client)
Expand Down

0 comments on commit db866d0

Please sign in to comment.