error 018: initialization data exceeds declared size
#1

Can Anyone Help Me To Fix That Error? pwn(2739) : error 018: initialization data exceeds declared size


new HoldingObjectsPlat[36][HoldingEnumAll] = {
{19317,10000,"BassGuitar01"},
{19318,10000,"FlyGuitar01"},
{19319,12000,"WarLock"},
{19472,5000,"GasMask"},
{19469,2000,"Scarf01"},
{19421,5000,"HeadPhones01"},
{19422,5000,"HeadPhones02"},
{19423,5000,"HeadPhones03"},
{19424,5000,"HeadPhones03"},
{19352,15000,"TopHat"},
{19350,2000,"Moustache01"},
{19351,2000,"Moustache02"},
{19314,2000,"Bullhorns"},
{19315,3500,"Dear"},
{18647,250000,"RedNeon1"},
{18648,250000,"BlueNeon2"},
{18652,250000,"WhiteNeon3"},
{372,10000,"Tec-9"},
{371,10000,"Parachute"},
{369,10000,"Infra-Red Goggles"},
{368,10000,"Night Vision Goggles"},
{336,10000,"Baseball Bat"},
{335,10000,"Combat Knife"},
{339,10000,"Katana"},
{346,10000,"Colt 45 Pistol"},
{347,10000,"Silenced Pistol"},
{348,10000,"Desert Eagle"},
{349,10000,"Shotgun"},
{350,10000,"Sawn-Off Shotgun"},
{351,10000,"Combat Shotgun"},
{352,10000,"Micro Uzi"},
{353,10000,"MP5"},
{355,10000,"AK47"},
{356,10000,"M4"},
{357,10000,"Country Rifle"},
{358,10000,"Sniper Rifle"},
};
Reply
#2

Try this;

new HoldingObjectsPlat[][HoldingEnumAll] = {
{19317,10000,"BassGuitar01"},
{19318,10000,"FlyGuitar01"},
{19319,12000,"WarLock"},
{19472,5000,"GasMask"},
{19469,2000,"Scarf01"},
{19421,5000,"HeadPhones01"},
{19422,5000,"HeadPhones02"},
{19423,5000,"HeadPhones03"},
{19424,5000,"HeadPhones03"},
{19352,15000,"TopHat"},
{19350,2000,"Moustache01"},
{19351,2000,"Moustache02"},
{19314,2000,"Bullhorns"},
{19315,3500,"Dear"},
{18647,250000,"RedNeon1"},
{18648,250000,"BlueNeon2"},
{18652,250000,"WhiteNeon3"},
{372,10000,"Tec-9"},
{371,10000,"Parachute"},
{369,10000,"Infra-Red Goggles"},
{368,10000,"Night Vision Goggles"},
{336,10000,"Baseball Bat"},
{335,10000,"Combat Knife"},
{339,10000,"Katana"},
{346,10000,"Colt 45 Pistol"},
{347,10000,"Silenced Pistol"},
{348,10000,"Desert Eagle"},
{349,10000,"Shotgun"},
{350,10000,"Sawn-Off Shotgun"},
{351,10000,"Combat Shotgun"},
{352,10000,"Micro Uzi"},
{353,10000,"MP5"},
{355,10000,"AK47"},
{356,10000,"M4"},
{357,10000,"Country Rifle"},
{358,10000,"Sniper Rifle"},
};
Reply
#3

you forgot to remove the last comma in the last line:
pawn Код:
{358,10000,"Sniper Rifle"}
};
Reply
#4

edit: some people beat me to it.. lol
Reply
#5

Okay Guys Thahank you Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)