Like add system msg
Like add system msg
Would like way be able add a system msg I can just update while in game, if plan take down server or gonna have a event. How would the code be and where would I place it.
[GM] Soulsin
Re: Like add system msg
to post a System Message to your Server, Use # instead of /
#Server maintenance starting in blah blah blah.....
then you can make yourself specific macros for messages you will reuse.
you can also make @commands to push server messages but macros work just as good.
#Server maintenance starting in blah blah blah.....
then you can make yourself specific macros for messages you will reuse.
you can also make @commands to push server messages but macros work just as good.
Re: Like add system msg
p.s you gotta have your gm flag visible to use #system message
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Like add system msg
Unless you mean you want to change the message everyone sees when they login, in which case you would need to do a bit more to change it while the game is running...
You would want to track that down from where the config code is read to find where the server message is stored and add another method to set it (like a lua binding that can be used with a GM command).
You would want to track that down from where the config code is read to find where the server message is stored and add another method to set it (like a lua binding that can be used with a GM command).
Re: Like add system msg
Well I get server msg for when ppl log on set. I just wanted to have way to do server msg while ppl was online so they see if about to bring it down, or have small event thing for fun.
[GM] Soulsin