Tag mismatch, where?
#1

: warning 213: tag mismatch

PHP код:
public OnBombExplode(playeridnumFloat:xFloat:yFloat:z)
{
        
//is called everytime a bomb explodes
        
for(new 0MAX_PLAYERS++) {
            if(
GetPlayerDistanceToPoint(ixyz) < gBombTypes[btype[playerid][num]][2]) {
                
SetPVarInt(i"nearExp"playerid);
                
SetTimerEx("ResetNearExp"150000"i"i);
            }
        }
        return 
1;

in the line with "if(GetPlayerDistance etc" should be a mistag, what is it? :S
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: 4 Guest(s)