Author Topic: blockland crashes on startup with zones enabled. (need zones for build)  (Read 526 times)

I need zones for my build but I crash when I host a server with zone events enabled. This is the console.log

Try disabling all of your other addons except for the defaults and zone bricks and see if it's actually them causing the crash.

this console shows you crashing at Executing Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs.

odd place to crash...

PS:
Code: [Select]
Client checking Add-On: Client_InvisaScript
Loading Add-On: Client_InvisaScript (CRC:2079096724)
Add-Ons/Client_InvisaScript/client.cs Line: 11 - Syntax error.
>>> Some error context, with ## on sides of error halt:
unction CS_toggleInvisible(%val)

{

^if(%val == 0)

^^return;

^

%client.player.hideNode("ALL");

^^^^%client.player.setShapeNameDistance(0);

^^^^messageClient(%client,'',"\c2All Nodes Hidden!");

^^^^%client.player.creep = 1;

^^^}

^^^else
##
##^^^{

^^^^%client.player.unHideNode("ALL");

^^^^%client.player.client.applyBodyParts();

^^^^%client.player.setShapeNameDistance(1000);

^^^^messageClient(%client, '',"\c2All Nodes Unhidden!");

^^^^%client.player.creep = 0;





$remapDivision[$remapCount] = "Invisibility";
>>> Error report complete.

ADD-ON "Client_InvisaScript" CONTAINS SYNTAX ERRORS

won't actually work. maybe you shouldn't download stuffty add-ons? i see this, the ion cannon, these two:
Code: [Select]
Client checking Add-On: Client_ReactionTime
Loading Add-On: Client_ReactionTime (CRC:469599307)
Add-Ons/Client_ReactionTime/client.cs Line: 7 - Syntax error.
>>> Some error context, with ## on sides of error halt:
unction CS_toggleReactionTime(%val)

{

^if(%val == 0)

^^return;



^clientcmdtimescale("0.5");

^else
##
##^clientcmdtimescale("1");

}



$remapDivision[$remapCount] = ""Reaction Time;

$remapName[$remapCount] = "Toggle Reaction";

$remapCmd[$remapCount] = "CS_toggleReaction";

$remapCount++;
>>> Error report complete.

ADD-ON "Client_ReactionTime" CONTAINS SYNTAX ERRORS


Client checking Add-On: Client_NightVision
Loading Add-On: Client_NightVision (CRC:589943203)
Executing Add-Ons/Client_NightVision/client.cs.
Nightvision mod
Executing Add-Ons/Client_NightVision/nightvision.gui.
Executing Add-Ons/Client_NightVision/nightvision.cs.
both of which seem to be prefaced by "CS_" so i'm assuming the same forgettard gave them to you. i wouldn't be surprised if you've got some kind of nearly-a-virus add-on in there.



hows about we remove the sketchy add-ons and stick to the ones we get off of RTB, yea?

I tried to make those add-ons quite a while age before I knew how to properly script so I just mashed a bunch of add-ons together and hoping it worked CS stood for Carbon Script add-ons