loose identation
#1

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;
}
Код HTML:
warning 217: loose indentation
hey i get this error compiling it. what im making wrong on this or if i lost something? any help are welcome

Im not geting errors with the rest of the code
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)