Tag mismatch, where?
#4

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) < float(2 * gBombTypes[btype[playerid][num]][2])) {
                SetPVarInt(i, "nearExp", playerid);
                SetTimerEx("ResetNearExp", 15000, 0, "i", i);
            }
        }
        return 1;
}
Reply


Messages In This Thread
Tag mismatch, where? - by Gemini - 18.08.2011, 11:52
Re: Tag mismatch, where? - by Pinguinn - 18.08.2011, 11:58
Re: Tag mismatch, where? - by MadeMan - 18.08.2011, 12:18
Re: Tag mismatch, where? - by RyDeR` - 18.08.2011, 12:26

Forum Jump:


Users browsing this thread: 3 Guest(s)