SA-MP Forums Archive
warning 213: tag mismatch - 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 (/showthread.php?tid=332510)



warning 213: tag mismatch - Dan. - 08.04.2012

pawn Код:
MajaInfo[i][hItekst] = Create3DTextLabel(text, C_BLUE, MajaInfo[i][X], MajaInfo[i][Y], MajaInfo[i][Z], 20, MajaInfo[i][hVirtualworld], 0);


MajaInfo[i][hItekst] is an enum.


Re: warning 213: tag mismatch - Boooth - 08.04.2012

in the enum for MajaInfo have you made sure the hItekst is like this;
pawn Код:
Text3D:hItekst;