[Ajuda] [Warn] warning 213: tag mismatch
#6

Quote:

Tente
pawn Code:

public OnBombExplode(playerid, num, Float: x, Float: y, Float: z)
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(GetPlayerDistanceToPoint(i, x, y, z) < 2)
{
SetPVarInt(i, "nearExp", playerid);
SetTimerEx("ResetNearExp", 15000, 0, "i", i);
}
}
return 1;
}

Vai dar certo! Mas nгo irб soltas as bombas!
Quote:

public OnBombExplode(playerid, num, Float: x, Float: y, Float: z) {
for(new i; i != MAX_PLAYERS; i++) {
if(GetPlayerDistanceToPoint(i, x, y, z) < 2) {
if(gBombTypes[btype[playerid][num]][2]) {
SetPVarInt(i, "nearExp", playerid);
SetTimerEx("ResetNearExp", 15000, false, "i", i);
}
}
}
return 1;
}

O que vocк mudou? Acho que nada pois o warning ainda consiste.
Reply


Messages In This Thread
[Warn] warning 213: tag mismatch - by brayon1997 - 20.02.2013, 22:50
Re: [Warn] warning 213: tag mismatch - by Nill.Oliveira - 20.02.2013, 23:29
Re: [Warn] warning 213: tag mismatch - by brayon1997 - 21.02.2013, 00:04
Re: [Warn] warning 213: tag mismatch - by silenthill - 21.02.2013, 00:27
Re: [Warn] warning 213: tag mismatch - by paulor - 21.02.2013, 00:54
Re: [Warn] warning 213: tag mismatch - by brayon1997 - 21.02.2013, 18:21

Forum Jump:


Users browsing this thread: 2 Guest(s)