For good explanation I guess video is better than image. Here's the video:
http://www.youtube.com/watch?v=d-7d9...e_gdata_player
About UTIL_ZombieSeq:
PHP Code:
UTIL_ZombieSeq(iEnt, iSeq)
{
If (!is_valid_ent(iEnt)) return;
entity_set_int(iEnt, EV_INT_sequence, iSeq);
entity_set_float(iEnt, EV_FL_animtime, 10.0);
entity_set_float(iEnt, EV_FL_framerate, 1.0);
}
Sometimes it collides with edge
__________________