loose identation
#3

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new n[MAX_PLAYER_NAME], file[256];
    GetPlayerName(playerid,n,sizeof(n));
    format(file,sizeof(file),"MyAdmin/Users/%s.txt",n);
    PInfo[playerid][Logged] = 0;
    if(dini_Exists(file)) //error its here to the end
    {
        dini_IntSet(file,"Logged",0);
        return 1;
    }
    return 1;
}
^^ Was too late :P
Reply


Messages In This Thread
loose identation - by HardMode - 08.09.2010, 19:56
Re: loose identation - by [XST]O_x - 08.09.2010, 19:58
Re: loose identation - by vital2k - 08.09.2010, 19:58
Re: loose identation - by Eirikm - 08.09.2010, 20:00
Re: loose identation - by Scarface~ - 08.09.2010, 20:06
Re: loose identation - by _Vortex - 08.09.2010, 20:14

Forum Jump:


Users browsing this thread: 1 Guest(s)