warning 217: loose indentation
#1

Hi,

warning:

pawn Код:
warning 217: loose indentation
Line:
pawn Код:
Tikrai norite бsigyti pasа?","Taip","Ne");
Code:
pawn Код:
if(pickupid == pasasp)
    {
        if(pDB[playerid][pasas])
        {
            SendClientMessage(playerid, WHITE, "[ > ]{FF7E7E} Jыs jau turite pasа!");
            return true;
        }
            ShowPlayerDialog(playerid, 704, DIALOG_STYLE_MSGBOX,"Paso бsigyjimas","{FFFFFF}Paso бsigijimo kaina {FF0000}200{FFFFFF}LT\n\
            Be paso negalлsite бsidarbinti б darbа su pakvietimu.\n\
            Tikrai norite бsigyti pasа?"
,"Taip","Ne");
            return true;
        }
please help !
Reply
#2

This is not big issue, only tab space makes your code unreadable...
Reply
#3

Make the position of the columns perfectly then the loosing indense will be gone.
Reply
#4

just move the bracket to the proper position to line up with the code
for example
pawn Код:
if(pickupid == pasasp)    
     {
should be
pawn Код:
if(pickupid == pasasp)    
{
but this is not a big worrie
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)