[Ajuda] Warning.
#1

Alguйm poderia ver as linhas que tem //warning 213: tag mismatch qual aviso й?

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    format(string, sizeof(string), "[LOG] O player %s matou %s (Motivo: %d)", GetName(killerid), GetName(playerid), reason);
    Log("Mortes.log", string);          
    playerinfo[playerid][pMorto] = 1;
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    playerinfo[playerid][pPosX] = x;// warning 213: tag mismatch
    playerinfo[playerid][pPosY] = y;// warning 213: tag mismatch
    playerinfo[playerid][pPosZ] = z;// warning 213: tag mismatch
    TogglePlayerControllable(playerid, false);      
    SetTimerEx("DeathPlayer", 3000, 0, "d", playerid);
    return 1;
}
Reply


Messages In This Thread
Warning. - by willttoonn - 04.10.2013, 23:19
Re: Warning. - by willttoonn - 05.10.2013, 00:13
Re: Warning. - by ThuuGLif3 - 05.10.2013, 00:15
Respuesta: Warning. - by DanDRT - 05.10.2013, 00:19

Forum Jump:


Users browsing this thread: 1 Guest(s)