From b3dd62f64e803fb094502ee54685f84609a4c042 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:13:57 +0200 Subject: [PATCH] Update README.md chat_command_give Added more examples Added more detailed descriptions Changed some examples to make it easier to read and understand --- chat_commands/README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/chat_commands/README.md b/chat_commands/README.md index 9313fb4..7b6d43a 100644 --- a/chat_commands/README.md +++ b/chat_commands/README.md @@ -119,13 +119,15 @@ Note that this does not work during the prematch period. You can use [chat_command_info.gsc](#chat_command_infogsc) to list available weapons and their attachments. Alternatively you can use [this](https://forum.plutonium.pw/topic/1909/resource-stat-modification-checks-other-structures) to get weapon/attachment names from your browser. -| More examples (MP) | -|---| -| `!giveweapon me kard_mp` (give weapon by codename) | -| `!giveweapon me an94` (give weapon by codename without _mp at the end) | -| `!giveweapon me as50_mp+ir` (give weapon by codename with an attachment) | -| `!giveweapon me ballista_mp 15` (give weapon by codename with camo index 15, in this case gold camo) | -| `!giveweapon me dsr50_mp+silencer 16` (give weapon by codename with an attachment and camo index 16, in this case diamond camo) | +| More examples (MP) | Description | +|---|---| +| `!giveweapon me kard_mp` | Give weapon by codename | +| `!giveweapon me an94` | Give weapon by codename without `_mp` at the end | +| `!giveweapon me ballista_mp 15` | Give weapon by codename with camo index 15, in this case the Gold camo | +| `!giveweapon me as50_mp+ir` | Give weapon by codename with an attachment | +| `!giveweapon me dsr50_mp+silencer 16` | Give weapon by codename with an attachment and camo index 16, in this case the Diamond camo | +| `!giveweapon me ballista+is+silencer 12` | Give weapon by codename without `_mp` at the end, with 2 attachments and with camo index 12, in this case the Art of War camo | +| `!giveweapon me tar21+silencer+reflex+fastads 11` | Give weapon by codename with 3 attachments and camo index 11, in this case the Cherry Blossom camo | | More examples (ZM) | |---|