Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local trace = v:GetEyeTraceNoCursor()
- timer.Create( "uiashfuasfas"..v:UniqueID()..math.random(-9999, 99999), 0.2, 15, function()
- local explo = ents.Create("env_explosion")
- explo:SetPos(trace.HitPos + Vector( math.random( -500, 500), math.random( -500, 500), math.random( -500, 500) ) )
- explo:SetKeyValue("iMagnitude", "250")
- explo:Spawn()
- explo:Activate()
- explo:Fire("Explode", "", 0)
- end)
Advertisement
Add Comment
Please, Sign In to add comment