Author Topic: Spawn Just About Any Entity, No Matter Rank  (Read 3929 times)

RendStung

  • Starting Member
  • *
  • Posts: 44
  • Karma: +1/-0
    • View Profile
  • IGN: RendStung
Spawn Just About Any Entity, No Matter Rank
« 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())
}
Just call me Rend. DO NOT CALL ME STUNG WHATEVER YOU DO!