View Single Post
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 03-26-2004 , 14:36   SOLUTION to SZ_GetSpace: overflow on SVC_RuleInfo !!!
#30

Quote:
Originally Posted by ThantiK
I keep getting tons of console spam with:
SZ_GetSpace: overflow on SVC_RuleInfo

This is with czero, new amx, new mmx...
I also had that problem!!

But it was resolved with a CVAR-Hide Plugin.
The problem occurs when programs like HLSW and other ServerInfoTools want information from your server(serverrules).

With CZero you get many extra Cvars that makes the problem occur.

This plugin hides unneccesary rules from those serverinfoPrograms.

Here is a link to the plugin. http://www.100acrebloodbath.com/cgi-...num=1076771354

I have hidden these CVARS:

Code:
sv_accelerate
sv_airaccelerate
sv_airmove
sv_allowupload
sv_bounce
sv_clienttrace
sv_clipmode
sv_stepsize
sv_stopspeed
sv_wateraccelerate
sv_waterfriction
edgefriction

sv_voiceenable
sv_restartround
sv_restart
sv_logblocks
sv_gravity
sv_friction
sv_clipmode
sv_alltalk
sv_aim
sv_accelerate
mp_winlimit
mp_windifference
mp_playerid
mp_mirrordamage
mp_maxrounds
mp_ghostfrequency
mp_fragsleft
mp_allowmonsters
mp_chattime
mp_autokick

_tutor_view_distance
_tutor_message_repeats
_tutor_message_minimum_display_time
_tutor_message_character_display_time_coefficient
_tutor_look_distance
_tutor_look_angle
_tutor_hint_interval_time
_tutor_examine_time
_tutor_debug_level
_tutor_bomb_viewable_check_interval

mod_url_info
mod_url_dl
mod_svonly
mod_size
mod_cldll
mod_version
max_queries_window
max_queries_sec_global
max_queries_sec
humans_join_team
decalfrequency
deathmatch
coop
These are placed in the nsv.cfg-file in your moddir.

I helped me and I'm sure it gonna help others to get ridd of the SZ_GetSpace: overflow on SVC_RuleInfo Problem.


BTW read the instuction carefully becase certain rules should not be hidden. But the ones i showed above seem to work to have hi.dden
Good Luck
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline