I'm a novice at this, but when I change 0 to 1, the menu can still be opened by others and change the model, even putting cvar continues to appear for everyone, does anyone know another way?
I only want the menu to be able to open it, people who have a flag
PHP Code:
hCvar_AdminOnlyModel = CreateConVar("lmc_adminonly", "1", "Allow admins to only change models? (1 = true) NOTE: this will disable announcement to player who join. ((#define COMMAND_ACCESS ADMFLAG_CHAT) change to w/o flag you want or (Use override file))", FCVAR_NOTIFY, true, 0.0, true, 1.0);
__________________