diff --git a/scripts/server/const.js b/scripts/server/const.js index 1abec43a..85c2bed0 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -174,7 +174,7 @@ const VRR_ITEM_USETYPE_AMMO_CLIP = 2; // Magazine for weapon. If in i const VRR_ITEM_USETYPE_PHONE = 3; // Pulls out phone const VRR_ITEM_USETYPE_GPS = 4; // Not sure how I want this to work yet const VRR_ITEM_USETYPE_MAP = 5; // Shows minimap on HUD -const VRR_ITEM_USETYPE_SKIN = 6; // Changes skin (item skin is replaced with previous skin before changing) +const VRR_ITEM_USETYPE_SKIN = 6; // Changes skin (uses skin changer) const VRR_ITEM_USETYPE_PEDPART = 7; // Changes ped part (clothing, skin, hair, etc) (UNUSED) const VRR_ITEM_USETYPE_PEDPROP = 8; // Changes ped prop (watches, glasses, hats, etc) (UNUSED) const VRR_ITEM_USETYPE_STORAGE = 9; // Shows stored items. Backpack, crate, briefcase, wallet, etc