Мут в админке

white_bubblegum

Участник
Сообщения
103
Реакции
7
Здравствуйте, у меня возник вопрос.
Как сделать мут в админку? А то у меня мут только с флага z выдаётся.
 

white_bubblegum

Участник
Сообщения
103
Реакции
7
admin_overrides.cfg
Или исход
Вот, что у меня в этом .cfg :
Overrides
{
/**
* By default, commands are registered with three pieces of information:
* 1)Command Name (for example, "csdm_enable")
* 2)Command Group Name (for example, "CSDM")
* 3)Command Level (for example, "changemap")
*
* You can override the default flags assigned to individual commands or command groups in this way.
* To override a group, use the "@" character before the name. Example:
* Examples:
* "@CSDM" "b" // Override the CSDM group to 'b' flag
* "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags
*
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
* any setting that csdm_enable previously had.
*
* You can make a command completely public by using an empty flag string.
*/
}
 

-=HellFire=-

Kernel panic - not syncing: Fatal exception
Сообщения
1,394
Реакции
585
Вот, что у меня в этом .cfg :
Overrides
{
/**
* By default, commands are registered with three pieces of information:
* 1)Command Name (for example, "csdm_enable")
* 2)Command Group Name (for example, "CSDM")
* 3)Command Level (for example, "changemap")
*
* You can override the default flags assigned to individual commands or command groups in this way.
* To override a group, use the "@" character before the name. Example:
* Examples:
* "@CSDM" "b" // Override the CSDM group to 'b' flag
* "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags
*
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
* any setting that csdm_enable previously had.
*
* You can make a command completely public by using an empty flag string.
*/
}

Можешь снести это всё, это всё равно комментарий от автора
И вписать туда это:

Overrides
{
sm_mute "ФЛАГ"
sm_gag "ФЛАГ"
sm_unmute "ФЛАГ"
sm_ungag "ФЛАГ"
}

Вместо *ФЛАГ поставь свой флаг который нужен
 

white_bubblegum

Участник
Сообщения
103
Реакции
7
Можешь снести это всё, это всё равно комментарий от автора
И вписать туда это:

Overrides
{
sm_mute "ФЛАГ"
sm_gag "ФЛАГ"
sm_unmute "ФЛАГ"
sm_ungag "ФЛАГ"
}

Вместо *ФЛАГ поставь свой флаг который нужен
Спасибо огромное
 
Сверху Снизу