tag mismatch / format / other errors
#4

Still got an error:
Код:
C:\Users\sekseriic\Desktop\sRolePlay\gamemodes\roleplay.pwn(377) : error 047: array sizes do not match, or destination array is too small
Код:
stock LoadVehicle(i)
{
	new path[32];
	format(path, sizeof(path), "vehicles/%d.ini", i);

	if(fexist(path))
	{
		INI_ParseFile(path, "LoadVehicleFromFile", .bExtra = true, .extra = i);
		VehicleData[i][vFileID] = i;
		CreateVehicleEx(VehicleData[i][vModel], VehicleData[i][vPark], VehicleData[i][vColor1], \
		VehicleData[i][vColor2], VehicleData[i][vOwner], VehicleData[i][vPlate]);// LINE 377
		printf("[vehicle system] Vehicle %i has been loaded.", i);
	}
}
Reply


Messages In This Thread
tag mismatch / format / other errors - by thaKing - 15.07.2015, 11:32
Re: tag mismatch / format / other errors - by SpikeSpigel - 15.07.2015, 11:36
Re: tag mismatch / format / other errors - by zPain - 15.07.2015, 11:40
Re: tag mismatch / format / other errors - by thaKing - 16.07.2015, 06:31
Re: tag mismatch / format / other errors - by mamorunl - 16.07.2015, 07:31
Re: tag mismatch / format / other errors - by thaKing - 16.07.2015, 07:43

Forum Jump:


Users browsing this thread: 1 Guest(s)