Hey
Bekomme folgenden Error.
Ich was an was das liegt aber wenn ich die richtige Zahl einstelle bekomme ich 26.
(3029) : error 052: multi-dimensional arrays must be fully initialized
#define MaxSBiz 16
new Text3D:SBiz[MaxSBiz];
new SBizPickup[MaxSBiz];
enum sbInfo
{
sbOwned,
sbOwner[MAX_PLAYER_NAME],
sbMessage[128],
sbExtortion[MAX_PLAYER_NAME],
Float:sbEntranceX,
Float:sbEntranceY,
Float:sbEntranceZ,
sbLevelNeeded,
sbBuyPrice,
sbEntranceCost,
sbTill,
sbLocked,
sbProducts,
sbMaxProducts,
sbPriceProd,
sbExtortionTill,
};
new SBizInfo[MaxSBiz][sbInfo] =
{
{1,"Staat","Electricity Company","Niemand",-2521.0059,-623.3312,132.7690,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","House Upgrade","Niemand",2350.0000,-1411.8000,23.9923,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","Werbecenter","Niemand",844.6560,-1045.5557,25.4301,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","24/7 Kette","Niemand",1205.9716,-1459.6737,13.3860,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","Paintball Arena","Niemand",1310.1266,-1367.8123,13.5408,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","Kart Track","Niemand",2281.9092,-2364.2791,13.5469,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","KFZ GmBH","Niemand",914.4495,-1003.9252,37.9935,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","Team Paintball","Niemand",1475.0658,-1360.7860,11.8828,5,5000000,0,0,1,100,100,100,0},
{0,"Staat","Krankenhaus","Niemand",1173.4182,-1361.4773,13.9697,5,5000000,0,0,1,100,100,100,0}
};