From what I could see this was only going to clientside but how was I wrong when I saw this.
It seems like just that one animation was broken. So it was some what easy to fix
hook.Add("TranslateActivity", "_LoveYouToo_", function(ply , act)
if IsValid(ply) and ply:GetModel() == "models/player/spike/kpjvideo.mdl" and act == 33 then return 991 end
end)