prop_physics_respawnable

  • Thread starter Thread starter Fox
  • Start date Start date
F

Fox

Guest
I have an entity that's a prop_physics_respawnable with the model as an explosive barrel. Anyway the barrel never respawns once it's been blown up, I have the respawn time set to 60 seconds and it never comes back.
 
At least yours shows up in game, i tried the same and i didn't see the barrel, but i could blow it up alright :)
 
Fox said:
I have an entity that's a prop_physics_respawnable with the model as an explosive barrel. Anyway the barrel never respawns once it's been blown up, I have the respawn time set to 60 seconds and it never comes back.
Maybe it needs something else to trigger a respawn? eg: when you blow up the barrel, your effectively destroying the bit that tells it to respawn.. I'm guessing. If its like the npc spawning entity then it needs a controler entity to handle respawning npc's using a template ent to work from.
 
Hellbilly said:
At least yours shows up in game, i tried the same and i didn't see the barrel, but i could blow it up alright :)
If that happens (can't see it but can interact with it) make sure StartFadeDist is -1 and EndFadeDist is 0.
 
Back
Top