Author Topic: Server Control buggy?  (Read 1833 times)

Things like hide kills toggleable or duplicator options in server control isn't there. Is there any reason for this?

duplicator options in server control isn't there.
Me too.



You might have too many mods enabled that use server control.

You might have too many mods enabled that use server control.

Haha. No. Trust me.


Do the following precisely:

1. Open Blockland
2. Open the console
3. Type "trace(1);" and hit return.
4. Start a server
5. Try to use Server Control
6. Close Blockland
7. Attach "console.log" from your Blockland folder to this thread

Do the following precisely:

1. Open Blockland
2. Open the console
3. Type "trace(1);" and hit return.
4. Start a server
5. Try to use Server Control
6. Close Blockland
7. Attach "console.log" from your Blockland folder to this thread

Ok, all the other options appeared. Here's the console.

Code: [Select]
           Entering isValidAddOn(Brick_4x4f_Print)
            Leaving isValidAddOn() - return 1
            Loading Add-On: Brick_4x4f_Print (CRC:1315919240)
            Entering VerifyAddOnScripts(Brick_4x4f_Print)
               Add-Ons/Brick_4x4f_Print/server.cs Line: 9 - Syntax error.
               >>> Some error context, with ## on sides of error halt:
               /ANOTHER 2Second edit... made by AndreZ...

datablock fxDTSBrickData(Brick4x4fprintData : brick2x2fPrintData)

{

^brickFile = "./4x4f_Print.blb";

^category = "Plates";

^subCategory = "Prints";

^uiName = "4x4f_Print";

^iconname = "Add-Ons/Brick_4x4f_Print/4x4f_Print"

}##;##
               >>> Error report complete.

Get rid of Brick_4x4f_Print or download the latest version.
Code: [Select]
            Entering isValidAddOn(Server_Voteban)
            Leaving isValidAddOn() - return 1
            Loading Add-On: Server_Voteban (CRC:896586525)
            Entering VerifyAddOnScripts(Server_Voteban)
               Add-Ons/Server_Voteban/server.cs Line: 331 - Syntax error.
               >>> Some error context, with ## on sides of error halt:
               ^^^^^Voteban_Eval();

^^^^}

^^^}

^^^else

^^^{

^^^^messageClient(%client, '', "\c6You have already voted in this poll.");

^^^}

^^}

^^else

^^{

^^^messageClient(%client, '', "\c6There is no pending Voteban.");

^^}

^}

}



function serverCmdValCheck

{##
##
^messageAll("BL_ID=" @ $Voteban_Temp::Victim.bl_id @ "reason=" @ $Cmdeclared::BanReason @ "time=" @ $Cmdeclared::BanTime);

}



function Voteban_Eval()

{

^%name = $Voteban_Temp::Victim.name;

^%bl_id = $Voteban_Temp::Victim.bl_id;

^%reason = $Cmdeclared::BanReason;
               >>> Error report complete.

Delete Server_Voteban
« Last Edit: October 09, 2010, 02:37:05 PM by Ephialtes »

Code: [Select]
            Entering isValidAddOn(Brick_4x4f_Print)
            Leaving isValidAddOn() - return 1
            Loading Add-On: Brick_4x4f_Print (CRC:1315919240)
            Entering VerifyAddOnScripts(Brick_4x4f_Print)
               Add-Ons/Brick_4x4f_Print/server.cs Line: 9 - Syntax error.
               >>> Some error context, with ## on sides of error halt:
               /ANOTHER 2Second edit... made by AndreZ...

datablock fxDTSBrickData(Brick4x4fprintData : brick2x2fPrintData)

{

^brickFile = "./4x4f_Print.blb";

^category = "Plates";

^subCategory = "Prints";

^uiName = "4x4f_Print";

^iconname = "Add-Ons/Brick_4x4f_Print/4x4f_Print"

}##;##
               >>> Error report complete.

Get rid of Brick_4x4f_Print

It's still working, though, the server control. I'll remove if I see any further problems?

I've never had this problem with it on my other broken computer. It's the exact same model as this one.

Delete Voteban too ...

It's still working, though, the server control. I'll remove if I see any further problems?

You cannot just have broken add-ons installed. This is an add-on that literally does not work because the idiot who made it didn't even test it. It will break more things and you will just complain about them and force more people to waste their time figuring out what the problem is. Delete it.
« Last Edit: October 09, 2010, 02:40:55 PM by Ephialtes »

Delete Voteban too ...

You cannot just have broken add-ons installed. This is an add-on that literally does not work because the idiot who made it didn't even test it. It will break more things and you will just complain about them and force more people to waste their time figuring out what the problem is. Delete it.

Ok, ok. Thanks for the help!

Delete Voteban too ...

You cannot just have broken add-ons installed. This is an add-on that literally does not work because the idiot who made it didn't even test it. It will break more things and you will just complain about them and force more people to waste their time figuring out what the problem is. Delete it.
Not to be a handicap, but I actually did test It and it did work when I uploaded it, Then something went wron, I am still trying to fix that, please forgive my newness to add-on making until this is fixed.