You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void OnPluginStart()
{
RegConsoleCmd("sm_setgroup", Cmd_SetGroup);
}
public Action Cmd_SetGroup(int client, int args)
{
if(client > 0)
{
VIP_SetClientVIPGroup(client, "vip2", false);
}
return Plugin_Handled;
}
Не сработает, группа не будет изменена.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: