how can i stop the server convar notifications in chat like 'Server cvar 'sv_gravity' changed to 600
'
im not sure but try this first ¿ turn off ulx command echos if that fails just put them in server.cfg and they wont echo
It's based on the FCVAR_NOTIFY flag being added on the cvar, you can use modules to remove that flag from the cvar or you should be able to block the chat message in the GM/ChatText hook.
i should have known this by now, thanks!
Sorry, you need to Log In to post a reply to this thread.