28.02.2012, 20:34
Everytime I compile, I get this error:
This is the lines the errors are on
and this is my enum:
PHP код:
(4935) : error 047: array sizes do not match, or destination array is too small
(4936) : error 047: array sizes do not match, or destination array is too small
(4937) : error 047: array sizes do not match, or destination array is too small
(4938) : error 047: array sizes do not match, or destination array is too small
PHP код:
Player[playerid][CarPlate] = dini_Get(string, "CarPlate");
Player[playerid][CarPlate2] = dini_Get(string, "CarPlate2");
Player[playerid][CarPlate3] = dini_Get(string, "CarPlate3");
Player[playerid][CarPlate4] = dini_Get(string, "CarPlate4");
Player[playerid][CarPlate5] = dini_Get(string, "CarPlate5");
PHP код:
CarPlate[100],
CarPlate2[100],
CarPlate3[100],
CarPlate4[100],
CarPlate5[100],