Blockland Forums > Modification Help

Adding bricks to minigame

Pages: << < (3/3)

Amade:

This is a somewhat less hacky way of loading bricks, and it might solve your problem, too.

--- Code: ---$LoadingBricks_BrickGroup = $ServerMaint::FauxClient.brickgroup;
$LoadingBricks_Client = $ServerMaint::FauxClient;
$LoadingBricks_ColorMethod = 3; //should always be 3
$LoadingBricks_DirName = MissionInfo.saveName;
$LoadingBricks_DoOwnership = true;
$LoadingBricks_FileName = %path;
$LoadingBricks_Silent = true;
$LoadingBricks_StartTime = getSimTime();
ServerLoadSaveFile_Start(%path);
--- End code ---


DontCare4Free:


--- Quote from: Amade on October 03, 2011, 12:57:39 PM ---This is a somewhat less hacky way of loading bricks, and it might solve your problem, too.

--- Code: ---$LoadingBricks_BrickGroup = $ServerMaint::FauxClient.brickgroup;
$LoadingBricks_Client = $ServerMaint::FauxClient;
$LoadingBricks_ColorMethod = 3; //should always be 3
$LoadingBricks_DirName = MissionInfo.saveName;
$LoadingBricks_DoOwnership = true;
$LoadingBricks_FileName = %path;
$LoadingBricks_Silent = true;
$LoadingBricks_StartTime = getSimTime();
ServerLoadSaveFile_Start(%path);
--- End code ---

--- End quote ---
The loading is working fine and isn't the problem at hand.

Pages: << < (3/3)

Go to full version