warning 213: tag mismatch
#1

I dont know why this is a tag mismatch
Код:
(1385) : warning 213: tag mismatch
pawn Код:
forward EXPUpdate();
public EXPUpdate()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new score[128];
            format(score, sizeof(score), "%d",pInfo[i][Exp]);
            TextDrawSetString(EXPTextdraw2[i], score);
        }
    }
    return 1;
}
Line 1385
pawn Код:
TextDrawSetString(EXPTextdraw2[i], score);
Reply


Messages In This Thread
warning 213: tag mismatch - by Mriss - 09.04.2014, 09:07
Re: warning 213: tag mismatch - by Mriss - 09.04.2014, 09:22
Re: warning 213: tag mismatch - by Flake. - 09.04.2014, 09:25
Re: warning 213: tag mismatch - by Ari - 09.04.2014, 09:45
Re: warning 213: tag mismatch - by Konstantinos - 09.04.2014, 09:52
Re: warning 213: tag mismatch - by Mriss - 09.04.2014, 11:01
Re: warning 213: tag mismatch - by xVIP3Rx - 09.04.2014, 11:17
Re: warning 213: tag mismatch - by Micheal123 - 09.04.2014, 11:20

Forum Jump:


Users browsing this thread: 2 Guest(s)