Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7DTD Multiple words are not possible #43

Open
xXFreeFunXx opened this issue Feb 3, 2024 · 1 comment
Open

7DTD Multiple words are not possible #43

xXFreeFunXx opened this issue Feb 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@xXFreeFunXx
Copy link

No matter what I do, I cannot use the Say command in 7DTD.

It is not possible to use multiple words.
say Hello World
'say Hello World'
'say "Hello World"'
"say Hello World"
"say 'Hello World'"
Not working. Either only say arrives or only the first word of the message.

@outdead outdead self-assigned this Feb 5, 2024
@outdead outdead added the bug Something isn't working label Feb 5, 2024
@irobot73
Copy link

Try escaping the inner-most quotation marks, seems to work for me (Linux here)

./rcon -e 7D2D -c ./rcon.yaml "Say \"BACKUP begins in 30-mins\""

IIRC the '^' instead of the backwards slash == escape character for Windows

...rcon.yaml "Say ^"BACKUP begins in 30-mins^""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants