Quote:
Originally Posted by iceeedr
I think the logs are as clear as possible.
Code:
client_disconnected and client_remove forwards have been disabled - check your gamedata files.
Code:
RegisterHookChain: function (Cvar_DirectSet) is not available, ReHLDS required.
|
ReHLDS is exists.
The latest version of ReHLDS no longer supports Windows!
I have reviewed the gamedata, it exists
HTML Code:
"SV_DropClient" // void SV_DropClient(client_t *cl, qboolean crash, const char *fmt, ...);
{
"library" "engine"
"windows" "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x53\x56\x8D"
"linux" "@SV_DropClient"
"mac" "@SV_DropClient"
}
"Cvar_DirectSet" // void Cvar_DirectSet(struct cvar_s *var, char *value);
{
"library" "engine"
"windows" "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x2A\x57\x8B\x2A\x2A\x85"
"linux" "@Cvar_DirectSet"
"mac" "@Cvar_DirectSet"
}
__________________