MessageAll('',"\c3" @ %client.name SPC "\c6ERROR" SPC %value SPC "DETECTED. PLEASE CONTACT ZEDROW AND TELL HIM ABOUT THIS GLITCH.\c3" SPC %target.name);
}
}
MessageClient(%client,'',"\c6You must enter a value greater than 0");
MessageClient(%client,'',"\c6You must enter a value greater than 0");
}
}
else
else
MessageClient(%client,'',"You have entered an invalid value");
MessageClient(%client,'',"You have entered an invalid value");
}
}
}
}
}
}
function servercmdmybricks(%client)
function servercmdmybricks(%client)
{
{
if($BrickLimits::Toggle)
if($BrickLimits::Toggle)
%bricks = %client.currbricklimit;
%bricks = %client.currbricklimit;
if(%bricks $= "")
if(%bricks $= "")
%bricks = 0;
%bricks = 0;
MessageClient(%client,'',"\c6You have \c3" @ %bricks SPC "\c6bricks");
MessageClient(%client,'',"\c6You have \c3" @ %bricks SPC "\c6bricks");