some of my clients are getting kicked for Unknown Error: 72
Everytime I die, spec someone die/kill, or kill someone, I get kicked off.
The error message is – Unknown event: 72.
Why is that happening for me only?
EV_STOPSTREAMINGSOUND is number 72 … I didnt even mess with this event why would this be causing an error now??
unless the event I added causes this one to crash
case EV_HEADSHOT:
DEBUGNAME("EV_HEADSHOT");
if (dc_headshotsound.integer){
trap_S_StartSound (NULL, es->number, CHAN_WEAPON, cgs.media.headshotSound);
}
break;
I added DEBUGNAME recently… but I would think this wouldnt be the problem
maybe its because the sound isnt clipping right from this event?
sometimes its the little bugs that causes the biggest problems 