if player is in X steam group, give Y sourcemod admin group
Polling vs onconnect: onconnect will increase connect time thus increasing incidents of "must join from lobby" errors
// <group id> <groupname>
12345 donor
67890 member
"group2flag" {
"12345" {
"admin_group" "donor"
}
}
sm_group2flag_enabled // enable plugin
If we're unable to hook sm_reloadadmins then a sm_group2flag_poll_now type command would be fine
feel free to change the name
if player is in X steam group, give Y sourcemod admin group
Polling vs onconnect: onconnect will increase connect time thus increasing incidents of "must join from lobby" errors
in order to interop with reserved slots it needs to:
example
addons/sourcemod/configs/group2flag.cfgIf we're unable to hook sm_reloadadmins then a
sm_group2flag_poll_nowtype command would be finefeel free to change the name