warning 213: tag mismatch
#1

i got 1 Warning tag mismatch when compiler. There is funtion warning

Quote:

stock SaveHotDog()
{

new
szFileStr[1024],
File: fHandle = fopen("hotdog.cfg", io_write);

for(new iIndex; iIndex < MAX_HOTDOGUG; iIndex++) {
format(szFileStr, sizeof(szFileStr), "%d|%d|%d|%s|%d|%s|%d|%d|%d|%d|%f|%f|%f|%f|%s\r\n" ,
HotDogUG[iIndex][HDSQLId],
HotDogUG[iIndex][HDExist],
HotDogUG[iIndex][HDModelID],
HotDogUG[iIndex][HDOwned],
HotDogUG[iIndex][HDPrice],
HotDogUG[iIndex][HDMenu],
HotDogUG[iIndex][HDMenus],
HotDogUG[iIndex][HDOffer],
HotDogUG[iIndex][HDOfferCash],
HotDogUG[iIndex][HDSafe],
HotDogUG[iIndex][HDItem],
HotDogUG[iIndex][HDcp],
HotDogUG[iIndex][hdExterior][0],
HotDogUG[iIndex][hdExterior][1],
HotDogUG[iIndex][hdExterior][2],
HotDogUG[iIndex][hdExterior][3],
HotDogUG[iIndex][HDTextID]
);
fwrite(fHandle, szFileStr);
}
return fclose(fHandle);
}

Warning start in line format(szFileStr, sizeof(szFileStr), and finish in line HotDogUG[iIndex][HDTextID] anyone can help me fix that pls. Thanks you
Reply


Messages In This Thread
warning 213: tag mismatch - by ScorpiusMalfoy - 12.08.2014, 15:18
Re: warning 213: tag mismatch - by Faisal_khan - 12.08.2014, 16:44
Re: warning 213: tag mismatch - by ScorpiusMalfoy - 12.08.2014, 17:04
Re: warning 213: tag mismatch - by ScorpiusMalfoy - 12.08.2014, 17:18
Re: warning 213: tag mismatch - by ScorpiusMalfoy - 12.08.2014, 17:38
Re: warning 213: tag mismatch - by Faisal_khan - 12.08.2014, 18:28
Re: warning 213: tag mismatch - by ScorpiusMalfoy - 12.08.2014, 18:29
Re: warning 213: tag mismatch - by Faisal_khan - 12.08.2014, 18:35
Re: warning 213: tag mismatch - by ScorpiusMalfoy - 12.08.2014, 18:41
Re: warning 213: tag mismatch - by Faisal_khan - 12.08.2014, 18:44

Forum Jump:


Users browsing this thread: 3 Guest(s)