Warning:213 tag mismatch?
#3

I think yes.

pawn Код:
public OnBombExplode(playerid, num, Float:x, Float:y, Float:z)
{
        //is called everytime a bomb explodes
        for(new i = 0; i < MAX_PLAYERS; i ++){
            if(GetPlayerDistanceToPoint(i, x, y, z) < 2 * gBombTypes[btype[playerid][num]][2]) {
                SetPVarInt(i, "nearExp", playerid);
                SetTimerEx("ResetNearExp", 15000, 0, "i", i);
            }
        }
        return 1;
}
Reply


Messages In This Thread
Warning:213 tag mismatch? - by adios1 - 11.04.2013, 23:37
Re: Warning:213 tag mismatch? - by CoaPsyFactor - 11.04.2013, 23:43
Re: Warning:213 tag mismatch? - by adios1 - 11.04.2013, 23:45
Re: Warning:213 tag mismatch? - by Ash. - 11.04.2013, 23:50
Re: Warning:213 tag mismatch? - by [ABK]Antonio - 11.04.2013, 23:52
Re: Warning:213 tag mismatch? - by adios1 - 11.04.2013, 23:56
Re: Warning:213 tag mismatch? - by Ash. - 11.04.2013, 23:57
Re: Warning:213 tag mismatch? - by adios1 - 11.04.2013, 23:58
Re: Warning:213 tag mismatch? - by adios1 - 12.04.2013, 00:00
Re: Warning:213 tag mismatch? - by zDivine - 12.04.2013, 00:07

Forum Jump:


Users browsing this thread: 2 Guest(s)