Quote:
Originally Posted by fragnichtnach
Quote:
Originally Posted by plock
I know this CVAR, but I won't be able to bypass VIPs or Staff with it.
|
is there already a solution for this?
|
The code from #2 has
PHP Code:
if (CheckCommandAccess(client, "BypassPremiumCheck", ADMFLAG_ROOT, true))
{
return;
}
Simply give yuor admin / VIP groups access to the command override "
BypassPremiumCheck", and they won't be thrown out by that plugin from #2.
->
Adding Groups (SourceMod)
->
Overriding Command Access (SourceMod)
So yeah, the solution and option to do so has been in #2's code since 2018-12-07.
__________________