[AJUDA] warning 213: tag mismatch
#9

pawn Код:
public AntiEsc(playerid)
{
    static Float:Float[3];
    GetPlayerPos(playerid,Float[0],Float[1],Float[2]);
    if(Float[0] == ESCx[playerid] && Float[1] == ESCy[playerid] && Float[2] == ESCz[playerid]) {
        SendClientMessage(playerid,0xFFFFFFFF,"Nгo se mecheu manolo entгo foi kickado ue");
        Kick(playerid);
    }
    else {
        SendClientMessage(playerid,0xFFFFFFFF,"Se mecheu e o processo foi cancelado.");
    }
    return true;
}
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: 1 Guest(s)