Loose indentation, what do i do?
#1

So, i've been having errors at the following lines:
pawn Код:
else
                            {
                                SendClientMessage(playerid, COLOR_RED, "An error occured getting the current house owners data.");
                                return 0;
                            }
                        }
                    }
                }
            }
        }
    }
    return 1;
}
CMD:reloadhouses(playerid, params[])
{
And errors
Код:
-(1520) : warning 217: loose indentation
-(1520) : error 029: invalid expression, assumed zero
-(1520) : error 017: undefined symbol "cmd_reloadhouses"
-(1520) : error 029: invalid expression, assumed zero
-(1520) : error 029: invalid expression, ass-(1520) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
Loose indentation, what do i do? - by Jimmy0wns - 02.01.2014, 13:38
Re: Loose indentation, what do i do? - by Dignity - 02.01.2014, 13:46
Re: Loose indentation, what do i do? - by EiresJason - 02.01.2014, 13:48
Re: Loose indentation, what do i do? - by Jimmy0wns - 02.01.2014, 13:55
Re: Loose indentation, what do i do? - by Hansrutger - 02.01.2014, 13:57
Re: Loose indentation, what do i do? - by Konstantinos - 02.01.2014, 13:59
Re: Loose indentation, what do i do? - by Jimmy0wns - 02.01.2014, 14:02
Re: Loose indentation, what do i do? - by Pottus - 02.01.2014, 14:06
Re: Loose indentation, what do i do? - by Jimmy0wns - 02.01.2014, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)