Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = pac.CreatePart("model")
- part:SetModel("models/props_c17/doll01.mdl")
- part:SetBone("right hand")
- part:SetLocalAng(Angle(180,90,90))
- part:SetLocalPos(Vector(3,-3,0))
- part:SetHideWeaponClass(true)
- part:SetWeaponClass("weapon_crowbar")
- local bone = pac.CreatePart("bone")
- bone:SetBone("head")
- bone:SetSize(2)
- bone:SetLocalAng(Angle(0,0,0))
- local outfit = pac.NewOutfit()
- outfit:SetOwner(Entity(637))
- outfit:AddPart(bone)
- outfit:AddPart(part)
Advertisement
Add Comment
Please, Sign In to add comment