Our Servers > Development

Spawn Just About Any Entity, No Matter Rank

(1/1)

RendStung:
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: ---@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())
}
--- End code ---

Navigation

[0] Message Index

Go to full version