Garry's Mod

Garry's Mod

Simple Kevlar Vest Entity
Showing 1-3 of 3 entries
Update: 19 Dec, 2021 @ 5:56pm

Added the follow sound:

sounds/chaleco/item_bag_pickup.wav

Update: 19 Dec, 2021 @ 5:51pm

Removed the follow code:

...
plyUse:SetArmor(100)
plyUse:SetMaxArmor(100)
...

And is replaced by:

...
local MaxArmor = plyUse:GetMaxArmor()
plyUse:SetArmor(MaxArmor)
...

Update: 19 Dec, 2021 @ 5:39pm

Initial release