From 439aefd37a920273bfad3d39e64d1d8e39009a90 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Tue, 21 Mar 2023 02:13:34 +0100 Subject: [PATCH] Update README.md --- chat_commands/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chat_commands/README.md b/chat_commands/README.md index e7b8c9f..7e10d74 100644 --- a/chat_commands/README.md +++ b/chat_commands/README.md @@ -63,6 +63,7 @@ set cc_permission_4 "" - To pass an argument with a space you need to put `'` around it. For example if a player name is `The Moonlight` then you would write `!teleport 'The Moonlight' Resxt` - If you use [IW4MAdmin](https://github.com/RaidMax/IW4M-Admin) make sure you have a different commands prefix to avoid conflicts. For example `!` for IW4MAdmin commands and `.` for this script. The commands prefix can be modified by changing the value of the `cc_prefix` dvar. As for [IW4MAdmin](https://github.com/RaidMax/IW4M-Admin), at the time of writing, if you want to change it you'll need to change the value of [CommandPrefix](https://github.com/RaidMax/IW4M-Admin/wiki/Configuration#advanced-configuration) +- If you prefer to display information (error messages, status change etc.) on the player's screen rather than in the chat you can edit the `TellPlayer` function. For this you simply need to change `self tell(message);` to `self IPrintLnBold(message);` ## chat_command_change_team.gsc