CapsAdmin

Untitled

Jan 10th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. local part = pac.CreatePart("model")
  2.     part:SetModel("models/props_c17/doll01.mdl")
  3.     part:SetBone("right hand")
  4.     part:SetLocalAng(Angle(180,90,90))
  5.     part:SetLocalPos(Vector(3,-3,0))
  6.     part:SetHideWeaponClass(true)
  7.     part:SetWeaponClass("weapon_crowbar")
  8.  
  9. local bone = pac.CreatePart("bone")
  10.     bone:SetBone("head")
  11.     bone:SetSize(2)
  12.     bone:SetLocalAng(Angle(0,0,0))
  13.  
  14. local outfit = pac.NewOutfit()
  15.     outfit:SetOwner(Entity(637))
  16.     outfit:AddPart(bone)
  17.     outfit:AddPart(part)
Advertisement
Add Comment
Please, Sign In to add comment