Skip to content

VIP_SetClientVIPGroup не работает без сохранения в БД #70

Description

@akvorok

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;
}

Не сработает, группа не будет изменена.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions