How do i do broadcasts like half way through a game it would say:
"Visit ...... for more information
BlueToonYoshi wrote:Easy. Just type your message in the config.txt file from Pyspades. Put it in the motd section, or the tip section, or both.
BlueToonYoshi wrote:Ok.
You want to say something like "Visit my website!" or whatever, right. I'll try to explain this the best I can.
In the Pyspades config.txt file, you will see some lines like this:
"motd" : [
"Welcome to %(server_name)s! See /help for new commands.",
"Map is %(map_name)s by %(map_author)s.",
"(server powered by pyspades)"
**This is where you can put it**
Maybe something like this:
"motd" : [
"Welcome to %(server_name)s! See /help for new commands.",
"Map is %(map_name)s by %(map_author)s.",
"(server powered by pyspades)",
"Please come visit my website here: yourwebsite.com"
Or you can make it a tip that comes up. You will see some lines like this:
"tips" : [
"Here you can deploy airstrikes, form squads and more! Type /help for info.",
"The spade does melee damage! Use it wisely."
*You can put your thing here too*
Maybe something like this:
"tips" : [
"Here you can deploy airstrikes, form squads and more! Type /help for info.",
"The spade does melee damage! Use it wisely.",
"Visit my website here: yourwebsite.com"
I can't really explain this perfectly clear, but hope you somewhat get what I am trying to say.
I would check here: http://code.google.com/p/pyspades/wiki/ConfigDotTxt
And here: http://code.google.com/p/pyspades/w/list
For more help if you need it.
Also make sure you have the latest pyspades version, you can get it here: http://code.google.com/p/pyspades/downloads/list
Or you can just wait for someone else to reply, or ask someone else to explain it. Well hope I helped you a little.
Users browsing this forum: No registered users and 2 guests