tiranka,
http://forums.alliedmods.net/showpost.php?p=1152622&postcount=7
Quote
Originally Posted by -=3JIou-TaTaPuH=-
SZ_GetSpace: overflow on Client Datagram WARNING: msg overflowed for nickname
SZ_GetSpace: overflow without FSB_ALLOWOVERFLOW set on Server Reliable Datagram
SZ_GetSpace: overflow on SVC_RuleInfo
SZ_getspace: overflow on netchan->message
This error occurs when server handle to many CVARs (you have to many plugins), server query from the outside world cannot exceed 2048 bytes, so the CVAR info shouldn't return more than that.
The problem can also occurs when programs like HLSW and/or other Server Info Tools (statistical, monitoring, etc.) requesting information from your server, and of course clients with whom server constantly conducts information interchange. With Condition Zero you get many extra CVARs specially with BOTs which makes the problem worse.
Solution:
1) disable all unnecessary plugins (disable them one by one and restarting server, while you don't find a problematic one)
2) if you using metamod v1.19, try to replace that with metamod -p
3) install NoSeeVar plugin for MetaMod (nsv_mm.dll/so) which removes the excess unused variables and cleans the place under the appropriate one.
На русском: сервер не справляется с многочисленными кварами
Решение:
1. Выключите ненужные плагины
2. Попробуйте поставить metamod -p вместо metamod v1.19
3. Установите плагин NoSeeVar, который чистит сервер от ненужных кваров