28.06.2013, 21:48
Its cause because the tabulation are wrong, make sure that the tabulation coincide whit the if, e.g:
pawn Код:
if(condition)
{
if(condition)
{
//Something
}
else
{
//Something
}
}
else
{
//Something here
}

