From db866d0c5202a24547b6e2719ae47263caedf342 Mon Sep 17 00:00:00 2001 From: LikeManTV <56754106+LikeManTV@users.noreply.github.com> Date: Sat, 4 May 2024 03:05:39 +0200 Subject: [PATCH] Update README.md --- README.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index bfc4cf8..f0f28fd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)