Skip to content

Commit 6829cf5

Browse files
authored
Update README.md
1 parent 28b132a commit 6829cf5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Also feel free to make a PR.
5050
allowArmed = false,
5151
client = {
5252
export = 'clothing.clothes'
53+
},
54+
buttons = {
55+
{
56+
label = 'Tear',
57+
action = function(slot)
58+
TriggerServerEvent('clothing:sv:tearClothes', slot)
59+
end
60+
}
5361
}
5462
},
5563
@@ -65,6 +73,12 @@ Also feel free to make a PR.
6573
action = function(slot)
6674
TriggerServerEvent('clothing:sv:renameOutfit', slot)
6775
end
76+
},
77+
{
78+
label = 'Tear',
79+
action = function(slot)
80+
TriggerServerEvent('clothing:sv:tearClothes', slot)
81+
end
6882
}
6983
}
7084
},

0 commit comments

Comments
 (0)