mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
1.6.5a
- Possibility to force menu type by config - Possibility to reload admins by css command `css_admins_reload`
This commit is contained in:
parent
b38b9a0751
commit
82b82722a6
8 changed files with 45 additions and 9 deletions
|
|
@ -161,6 +161,12 @@ public partial class CS2_SimpleAdmin
|
|||
|
||||
var command = info.GetArg(0).ToLower();
|
||||
|
||||
if (command == "css_admins_reload")
|
||||
{
|
||||
AddTimer(1.0f, () => ReloadAdmins(null));
|
||||
return HookResult.Continue;
|
||||
}
|
||||
|
||||
if (!command.Contains("say"))
|
||||
return HookResult.Continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue