Discord_UNLOZE: remove the cancer color for admin chat
keep it the same as in game. looks much better.
This commit is contained in:
parent
82d16ed299
commit
0ee475c2b4
@ -149,7 +149,7 @@ public Action Command_PrintToAdminChat(int args)
|
|||||||
{
|
{
|
||||||
bool bAdmin = CheckCommandAccess(i, "", ADMFLAG_GENERIC, true);
|
bool bAdmin = CheckCommandAccess(i, "", ADMFLAG_GENERIC, true);
|
||||||
if (bAdmin)
|
if (bAdmin)
|
||||||
CPrintToChat(i, "{azure}[DISCORD](ADMINS) %s: {white}%s", sArgs, sArgs2);
|
CPrintToChat(i, "{green}(DISCORD ADMINS) %s: {yellow}%s", sArgs, sArgs2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
@ -163,7 +163,7 @@ public Action Command_PrintToAllChat(int args)
|
|||||||
GetCmdArg(1, sArgs, sizeof(sArgs));
|
GetCmdArg(1, sArgs, sizeof(sArgs));
|
||||||
GetCmdArg(2, sArgs2, sizeof(sArgs2));
|
GetCmdArg(2, sArgs2, sizeof(sArgs2));
|
||||||
|
|
||||||
CPrintToChatAll("{azure}[DISCORD](ALL) %s: {white}%s", sArgs, sArgs2);
|
CPrintToChatAll("{azure}[DISCORD] (ALL) %s: {white}%s", sArgs, sArgs2);
|
||||||
|
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user