If I start OFP I get an error message (see picture)
But I can't find any faults in the config.cpp
Any ideas?
cu
Jens
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
// type scope
#define private 0
#define protected 1
#define public 2
class CfgPatches
{
class TutIsland{units[]={};weapons[]={};requiredVersion = 1.40;};
};
class CfgWorldList {
class TutIsland {};
}
class CfgEnvSounds {};
class CfgWorlds
{
class DefaultWorld {};
class Eden: DefaultWorld {};
class TutIsland: Eden {};
{
worldName="\TutIsland\TutIsland.wrp";
description="Visitor Tutorial";
startTime="10:00";
startDate="29/2/84";
centerPosition[]={5931,6747,0};
class Names
{
};
};
};