How do I broadcast a message to the server with a plugin #2994
Answered
by
sgkoishi
Mooshay105
asked this question in
Q&A
-
Hello all,
|
Beta Was this translation helpful? Give feedback.
Answered by
sgkoishi
Dec 6, 2023
Replies: 1 comment
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mooshay105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
TShockAPI.Utils.Instance.Broadcast(args.Parameters[0]);
.Command args will be split, so it might be better to check if
args.Parameters.Count > 0
before[0]