BloxGaming Forums

Our Servers => BloxGaming SB3 => Development => Topic started by: RendStung on February 16, 2018, 12:33:05 pm

Title: Spawn Just About Any Entity, No Matter Rank
Post by: RendStung on February 16, 2018, 12:33:05 pm
I've discovered an E2 which allows me to spawn just about any entity that is a single prop. On other servers I have found that it doesn't work so it might be a simple as just unchecking some E2 extensions, but I am not really sure.
Code: [Select]
@name Blackhole
@inputs
@outputs
@persist
@trigger
Ent = entity()
if(first()){
    Blackhole = entitySpawn("black_hole_power","models/hunter/blocks/cube4x4x4.mdl",Ent:pos()+vec(0,0,102.237),Ent:angles(),0)
weld(Blackhole,entity())
}