textdraws warning 213: tag mismatch
#1

Hii, I'm trying to work with textdraws (first time) and as I expected I need your help
so the title says everything.


Код:
public ShowTds(tdid, playerid)
{
	switch(tdid)
	{
	    case 1:
	    {
		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][0]);//warnings start from this line
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][1]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][2]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][3]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][4]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][5]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][6]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][7]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][8]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][9]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][10]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][11]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][12]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][13]);
    		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][14]);
     		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][15]);
     		TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][16]);//and ends here ofcourse
	     }
	}
}
thanks in advance
Reply


Messages In This Thread
textdraws warning 213: tag mismatch - by Boyka96 - 17.03.2015, 15:53
Re: textdraws warning 213: tag mismatch - by ReD_HunTeR - 17.03.2015, 15:57
Re: textdraws warning 213: tag mismatch - by CalvinC - 17.03.2015, 16:00
Re: textdraws warning 213: tag mismatch - by De4dpOol - 17.03.2015, 16:01
Re: textdraws warning 213: tag mismatch - by Boyka96 - 17.03.2015, 16:07
Re: textdraws warning 213: tag mismatch - by Konstantinos - 17.03.2015, 16:14
Re: textdraws warning 213: tag mismatch - by De4dpOol - 17.03.2015, 16:14
Re: textdraws warning 213: tag mismatch - by Boyka96 - 17.03.2015, 16:17

Forum Jump:


Users browsing this thread: 3 Guest(s)