View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 03-24-2019 , 10:01   Re: messagemode not working after update
Reply With Quote #19

Quote:
Originally Posted by Solokiller View Post
Unfortunately there is no complete list, but you can query the engine's cvar and command functions lists to check for the flags.

For cvars flag 1024 indicates that it is privileged.
Flag 2048 indicates that it is a cl_filterstuffcmd privileged cvar, meaning if cl_filterstuffcmd is turned on it will act as a privileged cvar, but will otherwise be treated as a normal cvar.

For commands flag 8 indicates that it is privileged.
Flag 16 indicates that it is a cl_filterstuffcmd privileged command, which works the same way cvars do.

messagemode and messagemode2 are no longer privileged, but using the commands will mark the resulting message type as privileged depending on whether the command that set the type was privileged or not.
Do you mind explaining what the difference between a privileged and unprivileged CVAR is?
__________________
edon1337 is offline