2much4Us

Untitled

May 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. local trace = v:GetEyeTraceNoCursor()
  2.  
  3. timer.Create( "uiashfuasfas"..v:UniqueID()..math.random(-9999, 99999), 0.2, 15, function()
  4.  
  5. local explo = ents.Create("env_explosion")
  6.  
  7. explo:SetPos(trace.HitPos + Vector( math.random( -500, 500), math.random( -500, 500), math.random( -500, 500) ) )
  8.  
  9. explo:SetKeyValue("iMagnitude", "250")
  10.  
  11. explo:Spawn()
  12.  
  13. explo:Activate()
  14.  
  15. explo:Fire("Explode", "", 0)
  16.  
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment