[AJUDA] warning 213: tag mismatch
#1

pawn Код:
if(strcmp(cmd, "/esc", true) == 0)
    {
        tmp = strtok(cmdtext,idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, COLOR_GRAD2, "USO: /esc [playerid/Parte-do-Nick]");
            return 1;
        }
        new gplayerid = ReturnUser(tmp);
        new Float:abc[3];
        GetPlayerPos(gplayerid, abc[0], abc[1], abc[2]);
        SendClientMessage(playerid, COLOR_GREY, " Vocк denunciou alguem por estar de esc.");
        ESCx[gplayerid] = abc[0]; //warning 213: tag mismatch
        ESCy[gplayerid] = abc[1]; //warning 213: tag mismatch
        SetTimerEx("AntiEsc",5000,0,"i",gplayerid);
        return 1;
    }
Coloquei este codigo ANTI-ESC, criado totalmente por mim. Mas estб dando erro. Quem puder me ajudar, agradeзo !
Reply


Messages In This Thread
[AJUDA] warning 213: tag mismatch - by Shadoww5 - 07.05.2011, 11:44
Re: [AJUDA] warning 213: tag mismatch - by [S]trong - 07.05.2011, 12:22
Re: [AJUDA] warning 213: tag mismatch - by Shadoww5 - 07.05.2011, 12:26
Re: [AJUDA] warning 213: tag mismatch - by Shadoww5 - 07.05.2011, 14:09
Re: [AJUDA] warning 213: tag mismatch - by [S]trong - 07.05.2011, 14:23
Re: [AJUDA] warning 213: tag mismatch - by Shadoww5 - 07.05.2011, 14:28
Re: [AJUDA] warning 213: tag mismatch - by [S]trong - 07.05.2011, 14:34
Re: [AJUDA] warning 213: tag mismatch - by Jorge_Hard - 07.05.2011, 14:40
Re: [AJUDA] warning 213: tag mismatch - by [S]trong - 07.05.2011, 14:46
Re: [AJUDA] warning 213: tag mismatch - by Jorge_Hard - 07.05.2011, 14:54

Forum Jump:


Users browsing this thread: 2 Guest(s)