Thank you so much! Please shoot me for my ignorance...*shot*Superusuario said:Easy,You used " ' " instead of " " "
Example:cecho "<Text>"
Wrong:cecho '<Text>'
Level **
ScriptName = SCRIPT
ScriptisLump = 1
Level ##
Scripname = (Name of other file here)
ScriptisLump = 1
cecho "Hello and welcome to Devil Hunter Dante's official server.\More Features will be added later because this is beta version.\For more information contact SparkTheHedgehog at\[url]http://ssntails.sepwich.com/mb.\\Thank[/url] you for coming."
I thought it was the \ lines not the / lines *stabbed*Sky Ninja said:In Maincfg:
and than in the other file (who's name you put as the value for scriptname)Code:Level ## Scripname = (Name of other file here) ScriptisLump = 1
EDIT: The /n's are line breaks. The way you currently have it, it will override itself.Code:cecho "Hello and welcome to Devil Hunter Dante's official server./nMore Features will be added later because this is beta version./nFor more information contact SparkTheHedgehog at/nhttp://ssntails.sepwich.com/mb./n/nThank you for coming."
cecho "welcome to superusuario's server!enjoy your/nStay!Read the rules by typing rules in the console!/nThis thing is in-progress..."
alias rules "echo 1. follow the MS rules(As always)."
cechoduration 12
cechoflags 1048576
cecho "Welcome to Devil Hunter Dante's Server\More features will be added later\\\\\\This is only a beta version\\\\\\\For more information contact SparkTheHedgehog at\[url]Http://www.ssntails.sepwich.com/mb\Thank[/url] you for coming!"
I edited mine so it's / instead of \, but I'll edit it back.Silent_Snipe said:It appears that all you text is crammed into the center, heres what i did and works fine
Im sure everyone's putting / instead of \ >_>Code:cechoduration 12 cechoflags 1048576 cecho "Welcome to Devil Hunter Dante's Server\More features will be added later\\\\\\This is only a beta version\\\\\\\For more information contact SparkTheHedgehog at\[url]Http://www.ssntails.sepwich.com/mb\Thank[/url] you for coming!"
cechoduration 12
cechoflags 1048576
cecho "Welcome to Devil Hunter\Dante's Server\\More features will be added later\\This is only a beta version\\For more information, contact\ SparkTheHedgehog at\[url]http://www.ssntails.sepwich.com/mb\Thank[/url] you for coming!"
No, it's working now. Can you answer my other question?SRB2WikiSonicMaster said:Code:cechoduration 12 cechoflags 1048576 cecho "Welcome to Devil Hunter\Dante's Server\\More features will be added later\\This is only a beta version\\For more information, contact\ SparkTheHedgehog at\[url]http://www.ssntails.sepwich.com/mb\Thank[/url] you for coming!"
Try this. Maybe you didn't have enough line breaks.
Easy!SparkTheHedgehog said:Another question, how do you make console commands like how usario said type rules in the console!
Alias <name> "<Commands>"
alias suservhelp "echo Type rules to watch the rules.;echo type suservadmins to see the current admins.;echo SUserv has been done with XWE."
And where do I put this at? In the MAINCFG , SCRIPTS or make a whole new entry?Superusuario said:Easy!SparkTheHedgehog said:Another question, how do you make console commands like how usario said type rules in the console!
Easy,Huh?An example:Code:Alias <name> "<Commands>"
Will lead to:Code:alias suservhelp "echo Type rules to watch the rules.;echo type suservadmins to see the current admins.;echo SUserv has been done with XWE."
Does that answers your question?