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=558793)
warning 213: tag mismatch -
CoR3 - 19.01.2015
Those are my lines їWhat's my error?
Quote:
TextDrawShowForPlayer(Speedometer[i], TextDraw[i][0]);
TextDrawShowForPlayer(Speedometer[i], TextDraw[i][1]);
TextDrawShowForPlayer(Speedometer[i], TextDraw[i][2]);
TextDrawShowForPlayer(Speedometer[i], TextDraw[i][3]);
TextDrawHideForPlayer(Speedometer[i], TextDraw[i][0]);
TextDrawHideForPlayer(Speedometer[i], TextDraw[i][1]);
TextDrawHideForPlayer(Speedometer[i], TextDraw[i][2]);
TextDrawHideForPlayer(Speedometer[i], TextDraw[i][3]);
|
Re: warning 213: tag mismatch -
Schneider - 19.01.2015
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer
Re: warning 213: tag mismatch -
0x7 - 19.01.2015
use Text: tag in the define
Respuesta: Re: warning 213: tag mismatch -
CoR3 - 19.01.2015
Quote:
Originally Posted by 0x7
use Text: tag in the define
|
Fixed!