How so?
Edit: I think you are right, because the console at that time showed errors in the messageClient line. Here's the console:
==>exec("config/Test.cs");
config/Test.cs Line: 9 - Syntax error.
>>> Some error context, with ## on sides of error halt:
/exec("config/Test.cs");
//Adding
function ServerCmdAdd(%client, %a1, %a2)
{
%aanswer = %a1 + %a2;
messageClient(%client, '', %a1" add "## ##%a2 "=" %aanswer);
}
//Subtracting
function ServerCmdSubtract(%client, %b1, %b2)
{
%Banswer = %b1 - %b2;
messageClient(%client, '', %b1" subtract "%b2 "=" %banswer);
}
//Dividing
function ServerCmdDivide(%client, %c1, %c2)
{
%canswer = %c1 / %c2;
>>> Error report complete.
Executing config/Test.cs.
config/Test.cs Line: 9 - Syntax error.
>>> Some error context, with ## on sides of error halt:
/exec("config/Test.cs");
//Adding
function ServerCmdAdd(%client, %a1, %a2)
{
%aanswer = %a1 + %a2;
messageClient(%client, '', %a1" add "## ##%a2 "=" %aanswer);
}
//Subtracting
function ServerCmdSubtract(%client, %b1, %b2)
{
%Banswer = %b1 - %b2;
messageClient(%client, '', %b1" subtract "%b2 "=" %banswer);
}
//Dividing
function ServerCmdDivide(%client, %c1, %c2)
{
%canswer = %c1 / %c2;
>>> Error report complete.