14.12.2011, 17:47
Hello, I got these unknown errors, I was attempting to convert my 0.3C GM to 0.3D until I got this error:
I don't understand what it means. 
Код:
C:\Users\Admin\Desktop\san-rp\gamemodes\san-rp.pwn(1648) : error 018: initialization data exceeds declared size C:\Users\Admin\Desktop\san-rp\gamemodes\san-rp.pwn(1663) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.

pawn Код:
new PedSkins[176][1] = {
{299}, //default skin
{3},
{4},
{5},
{6},
{7},
{8},
{10},
{42},
{65},
{86},
{119},
{149},
{208},
{273},
{289},
{101},
{12},
{13},
{14},
{15}, //10
{151},
{156},
{168},
{170},
{182},
{54},
{183},
{184},
{75}, //20
{19},
{216},
{20},
{206},
{210},
{214},
{215}, //30
{221},
{225},
{226},
{223},
{231},
{228},
{234},
{76}, //40
{235},
{236},
{89},
{88},
{218},
{240},
{250},
{261}, //50
{40},
{41},
{35},
{37},
{38},
{36},
{44},
{43}, //60
{46},
{9},
{93},
{39},
{48},
{47},
{262},
{229},
{58},
{59}, //70
{60},
{232},
{233},
{67},
{7},
{72},
{55},
{94},
{95},
{98}, //80
{56},
{128},
{129},
{130},
{131},
{132},
{133},
{157},
{158},
{159}, //90
{160},
{196},
{197},
{198},
{199},
{161},
{162},
{200},
{201},
{202}, //100
{31},
{32},
{33},
{34},
{138},
{139},
{140},
{145},
{146},
{154}, //110
{251},
{92},
{97},
{45},
{18},
{258},
{259},
{26},
{51},
{52}, //120
{80},
{81},
{23},
{96},
{99},
{11},
{148},
{153}, //130
{167},
{68},
{171},
{172},
{179},
{189},
{155},
{205},
{209},
{217},
{211},
{219},
{260},
{16},
{27},
{264}, //150
{70},
{152},
{178},
{237},
{238},
{243},
{244},
{207},
{245},
{246}, //160
{85},
{256},
{257},
{64},
{63},
{87},
{90},
{191}, //170
{192},
{193},
{194},
{134},
{135},
{137},
{181},
{213},
{212},
{230}, //180
{239},
{249},
{241},
{242},
{29},
{49},
{50},
{57}, //190
{62},
{66},
{73},
{77},
{78},
{79},
{82},
{83},
{84}
};