Blockland Forums > General Discussion
Cars not working in the newest update?
Swollow:
speedkart should not be able to be enabled on custom, so many people don't always enable it and get all these issues
Subpixel:
--- Quote from: swollow on July 17, 2013, 10:02:42 PM ---speedkart should not be able to be enabled on custom, so many people don't always enable it and get all these issues
--- End quote ---
When v21 was released there was a bug where if you had Gamemode_Tutorial on you could only place 2x4 bricks.
Swollow:
--- Code: ---if( $GameModeArg !$= "Add-Ons/GameMode_Speedkart/gamemode.txt" )
{
error( "Error: GameMode_Speedkart cannot be used in custom games" );
return;
}
--- End code ---
we need this, cause seriously I've seen at least 20 topics about vehicles not working and players dying in water
Scriode:
--- Quote from: Subpixel on July 17, 2013, 11:13:35 PM ---When v21 was released there was a bug where if you had Gamemode_Tutorial on you could only place 2x4 bricks.
--- End quote ---
He thought there was an update?
Electrk:
--- Quote from: swollow on July 17, 2013, 11:55:30 PM ---
--- Code: ---if( $GameModeArg !$= "Add-Ons/GameMode_Speedkart/gamemode.txt" )
{
error( "Error: GameMode_Speedkart cannot be used in custom games" );
return;
}
--- End code ---
we need this, cause seriously I've seen at least 20 topics about vehicles not working and players dying in water
--- End quote ---
it's required for making speedkart tracks though