diff --git a/README.md b/README.md index 1b038b2..f062eb2 100644 --- a/README.md +++ b/README.md @@ -238,8 +238,8 @@ addCommandHandler("testattach", function() exports.pAttach:attach(weaponLeft, localPlayer, 34, 0.02, 0.05, 0, 20, 190, 190) local hat = createObject(1265, 0, 0, 0) - setObjectScale(hat, 0.4) - exports.pAttach:attach(hat, localPlayer, "head", -0.05, -0.1, 0, 90, 0, 0) + setObjectScale(hat, 0.5) + exports.pAttach:attach(hat, localPlayer, "head", 0.1, -0.05, 0, 0, 90, 0) end) ```   diff --git a/client.lua b/client.lua index 7bd2d7c..786d68c 100644 --- a/client.lua +++ b/client.lua @@ -438,10 +438,10 @@ boneIDNames = { ["pelvis2"] = 2, ["spine"] = 3, ["neck"] = 4, - ["neck2"] = 5, + ["head"] = 5, ["head2"] = 6, ["head3"] = 7, - ["head"] = 8, + ["jaw"] = 8, ["right-upper-torso"] = 21, ["right-shoulder"] = 22, ["right-elbow"] = 23,