Garry's Mod

Garry's Mod

HBOMBS Base Pack
xdshot 18 Feb, 2019 @ 12:48am
Lua API
Is there a way to make a boom via lua code from designated position?
< >
Showing 1-1 of 1 comments
xdshot 18 Feb, 2019 @ 1:47am 
Right now, I do this:
local abomb = ents.Create( "hb_nuclear_megatonbomb" ) abomb:SetPos( Vector() ) abomb:Spawn() abomb.Exploded = true -- wtf abomb:Explode()
< >
Showing 1-1 of 1 comments
Per page: 1530 50