chat_commands 1.3.1

Add support for arguments with spaces (for example names containing spaces such as "The Moonlight")
This commit is contained in:
Resxt
2023-03-21 01:10:44 +01:00
parent 457416ad66
commit 32686b90d3
2 changed files with 24 additions and 1 deletions

View File

@ -58,6 +58,10 @@ set cc_permission_3 ""
set cc_permission_4 ""
```
### Notes
- 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`
## chat_command_change_team.gsc
The player affected by the command dies and swaps to the other team.