Later i'll upload video.
I forgot to fix dead player bodies disappear.
Just replace Playback forward function with this:
Code:
public Forward_PlaybackEvent(iFlags, id, iEvent)
{ //TODO
if(is_user_alive(id))
{
return FMRES_SUPERCEDE;
}
return FMRES_IGNORED;
}
The Spectators support i'll do next.
The attack i dunno, maybe replace using custom trace and ham damage.