From 607c38e992a34056711a3e024d29dc04f73316b7 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 9 Dec 2023 10:58:21 +0330 Subject: [PATCH] changed permissions to @css/give --- CS2-SimpleAdmin.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CS2-SimpleAdmin.cs b/CS2-SimpleAdmin.cs index c01bd29..a263433 100644 --- a/CS2-SimpleAdmin.cs +++ b/CS2-SimpleAdmin.cs @@ -917,7 +917,7 @@ public partial class CS2_SimpleAdmin : BasePlugin, IPluginConfig ", whoCanExecute: CommandUsage.CLIENT_AND_SERVER)] public void OnGiveCommand(CCSPlayerController? caller, CommandInfo command) { diff --git a/README.md b/README.md index f5e5c8a..af477b7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It's only plugin base, I don't have much time for more extensive development, so - css_respawn <#userid or name> - Respawn player // @css/cheats - css_cvar - Change cvar value // @css/cvar - css_rcon - Run command as server // @css/rcon -- css_give <#userid or name> - Gives a weapon to a Player // @css/cheats +- css_give <#userid or name> - Gives a weapon to a Player // @css/give - @Message - Say message to all admins // @css/chat ```