rehlds / ReHLDS

Enhanced version of the HLDS engine with bug fixes, security patches, and optimizations for stable servers.
https://rehlds.dev/docs/rehlds
GNU General Public License v3.0
671 stars 171 forks source link

unkown cvars #715

Open LordDeaath opened 5 years ago

LordDeaath commented 5 years ago

Hello, I've just updated ReHLDS to version: 3.7.0.685-dev I couldn't find the following Cvar, sv_rehlds_movecmdrate_burst_punish sv_rehlds_stringcmdrate_avg_punish sv_rehlds_userinfo_transmitted_fields sv_rehlds_attachedentities_playeranimationspeed_fix sv_rehlds_maxclients_from_single_ip Example:

] amx_cvar sv_rehlds_stringcmdrate_avg_punish [AMXX] Unknown cvar: sv_rehlds_stringcmdrate_avg_pun
The rest of the Cvars are fine, can we get an explantion or some help?

twisterniq commented 5 years ago

It's a problem of AMXX plugin: admincmd where amx_cvar is registered. You can change cvars without amx_cvar. Just put, for example, sv_rehlds_stringcmdrate_avg_punish "your value"