12-10-2008, 01:58 AM
So when I type /motd test test, as an example, the first test would only show up. I think this is a parse error, but I can't seem to fix it. Wondering if anyone else has a fix for it =\
[BUG] MOTD Problem
|
12-10-2008, 01:58 AM
So when I type /motd test test, as an example, the first test would only show up. I think this is a parse error, but I can't seem to fix it. Wondering if anyone else has a fix for it =\
12-10-2008, 03:40 AM
MOTD is not even being changed in this case. (You need to restart the server)
To fix it just find (Sub HandleSetMotd): Code: Dim MOTD As String The "only one word changing problem" is client fault. Code: SendMOTDChange Command(1) Sorry for bad English, as always.
12-10-2008, 03:43 AM
Code: Dim MOTD As String I just typed that up in the post...but it should work? I seem to be typing up most of my code right in the post.
14-10-2008, 06:48 PM
Yeah most of the commands are giving RTE's or not allowing the spaces because they need LBound / UBound and IsNumerical checks.
|
« Next Oldest | Next Newest »
|