[Error]Loose indentation
#1

pawn Код:
C:\Documents and Settings\Lindvall\Skrivbord\Raven's Roleplay 0.3c V4.2\gamemodes\larp.pwn(5717) : warning 217: loose indentation
How can I remove this error?

This is the code
pawn Код:
format(bancheck, sizeof(bancheck),"LARP/Users/%s.ini",plname);
    if(dini_Exists(bancheck))
    {
        if(dini_Int(bancheck,"Banned") == 1)
        {
            ClearChatbox(playerid, 10);

            SendClientMessage(playerid, COLOR_NICERED,"=======================================YOU ARE BANNED=======================================");
            SendClientMessage(playerid, COLOR_LIGHTRED,"This Name is banned from this Server, And never was unbanned.");
            SendClientMessage(playerid, COLOR_LIGHTRED,"If you wish to be unbanned please visit our website at <changeme>");
            SendClientMessage(playerid, COLOR_LIGHTRED,"Ban Evading will result in a Permanent Range Ban.");
            SendClientMessage(playerid, COLOR_NICERED,"============================================================================================");
            format(msg2,sizeof(msg2),"AdmCmd: %s (%d), Has been banned for Possible Ban Evading",plname,playerid);
            SendAdminMessage(COLOR_LIGHTRED,msg2);
            format(msg2,sizeof(msg2),"AdmCmd: IP %s has been added to the ban list by Anticheat Peter Griffin",playersip);
            SendAdminMessage(COLOR_WHITE,msg2);

            format(msg2,sizeof(msg2),"(%d/%d/%d) [%d:%d:%d] %s Has been kicked by the anticheat for Possible Ban Evading",d,m,y,h,mi,s,plname);
            KickLog(msg2);

            SetTimerEx("ScriptBan",500,false,"iis",playerid,999,"Ban Evading");
            return 0;
        }
    }
Reply


Messages In This Thread
[Error]Loose indentation - by HighPitchedVoice - 02.05.2012, 16:41
Re: [Error]Loose indentation - by pyrodave - 02.05.2012, 16:44
Re: [Error]Loose indentation - by HighPitchedVoice - 02.05.2012, 17:16
Re: [Error]Loose indentation - by sniperwars - 02.05.2012, 17:24
Re: [Error]Loose indentation - by ViniBorn - 02.05.2012, 17:25
Re: [Error]Loose indentation - by Reynolds - 02.05.2012, 17:25
Re: [Error]Loose indentation - by Jstylezzz - 02.05.2012, 17:31
Re: [Error]Loose indentation - by FalconX - 02.05.2012, 17:40
Re: [Error]Loose indentation - by Mark™ - 02.05.2012, 18:31

Forum Jump:


Users browsing this thread: 1 Guest(s)