Advertisement
GlorifiedPig

Untitled

Dec 10th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. reload = function(ply,ent)
  2.  
  3. if ply:GetNWBool("canalien") then
  4.  
  5. ply:EmitSound("/physics/body/body_medium_break2.wav")
  6.  
  7. local dbl=ents.Create("prop_ragdoll")
  8. dbl:SetPos(ply:GetPos())
  9. dbl:SetModel("models/IFFY/AliensCM/Alien/xeno_chestburster.mdl")
  10. dbl:Spawn()
  11. dbl:Fire("FadeAndRemove","",15)
  12.  
  13. ply:SetNWBool("willfacehugger", false)
  14.  
  15.  
  16. pk_pills.restore(ply,true)
  17.  
  18. ply:SetNWBool("isalien", true)
  19.  
  20. end
  21.  
  22. end,
  23.  
  24.  
  25.  
  26.  
  27. jumpPower=500,
  28. movePoseMode="xy",
  29. health=25
  30. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement