SA-MP Forums Archive
Warning 213: tag mismatch - Error [Not Solved] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Warning 213: tag mismatch - Error [Not Solved] (/showthread.php?tid=444222)



Warning 213: tag mismatch - Error [Not Solved] - Mafiaday - 15.06.2013

Just started to make a warehouse system then i stumpeld across this error. And i cannot seem to fix it.
(3612) : warning 213: tag mismatch
The code :
Код:
new wh[][whinfo] =
{
	{STRACCI,"Stracci","~w~Stracci WareHouse",2631.6100,2348.2400,10.6700, 1239, 0},
	{CORTESE,"Cortese","~r~Cortese ~w~WareHouse",2185.2300,1114.1200,12.6500, 1239, 23},
	{CUNEO,"Cuneo","~w~Cuneo WareHouse",2186.1140,2856.6030,11.7745, 1239, 2},
	{BARZINI,"Barzini","~w~Barzini WareHouse",2127.6200,2376.8300,10.8200,1239, 74},
	{LEONE,"Leone","~w~Leone WareHouse",2664.5513,1271.8723,10.8434,1239, 26},
	{TATTAGLIA,"Tattaglia","~w~Tattaglia WareHouse",1453.6600,750.4700,11.0200,1239, 5},
    {PATERNO,"Paterno","~w~Paterno WareHouse",1043.1600,1012.3000,11.0200,1239, 27},
    {KEMIROV,"Rizzuto","~w~Rizzuto WareHouse",941.0282,2346.8472,11.2599,1239, 18},
    {TGB,"Triads","~w~Triads WareHouse",-2066.4868,-241.6661,35.3203,1239, 12}
};
Could anybody give me some ideas? Thanks