targets with models

Fugazi

L1: Registered
Jul 29, 2008
3
0
is there a way to make targets with player models? i already know how to make a breakable moving target but i dont know if you can use a player model instead of a brush so that its more realistic.
 

Armadillo of Doom

Group Founder, Lover of Pie
aa
Oct 25, 2007
949
1,228
Yup. You'll want to use either prop_dynamic or prop_physics_multiplayer, I forget which. Making it break is a little harder though. You'll have to put a func_brush or func_physbox around the model. When it takes enough damage, you can have it explode, break, whatever. Just send an output to delete the model at the same time as the brush breaks. Hope this helps :)