From: Cobalt <co...@te...> - 2016-08-31 17:48:31
|
So I was playing with my new project "Creepiercam" , current QC src located here [ https://github.com/teknoskillz/Creepcam2/ ] There is 1 current issue where a high ping player apparently caused the whole server to crash, and its been sugguested that the while loops that use SVC_UPDATENAME to blank the players name from the scoreboard is too spammy and it pushed the buffer over the edge. My fix was to not blank the name at all if the client was currently a respawn type cam. At first , seemed to work, then I started correcting a parms problem and all of a sudden, the scoreboard dont pop up when you press tab, and no players are in it at all. Tried commenting out the name functions , and still cant figure out whats going on. Also if anyone wants to check out the mod on a real live server, less the most recent changes, its up here: [ http://dpmaster.deathmask.net/?game=quake&server=65.111.162.249:26111 ] As always any help on the issue greatly appreciated. == Cobalt |