Pawno Eror
#2

pawn Код:
}
    if(gPlayerLogged[playerid] != 0) { OnPlayerDateUpdateX2(playerid); Update(playerid, pRespectx); Update(playerid, pConnectedTimex); Update(playerid, pPointsx); }
    //OnPlayerUpdateEx(playerid);
    }
It should be most likely:
pawn Код:
{
    if(gPlayerLogged[playerid] != 0) // I just narrowed it to know which '{' goes to its '}'
    {
        OnPlayerDateUpdateX2(playerid);
        Update(playerid, pRespectx);
        Update(playerid, pConnectedTimex);
        Update(playerid, pPointsx);
    }
    //OnPlayerUpdateEx(playerid);
}
Reply


Messages In This Thread
Pawno Eror - by andrein2 - 04.07.2013, 11:55
Re: Pawno Eror - by Income - 04.07.2013, 14:07
Re: Pawno Eror - by andrein2 - 06.07.2013, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)