02.08.2011, 00:18
That's just a tabulation warning.
pawn Код:
if(blahblahblah(xx))//Good indentation
{
Player = www;
Bot = qqq;
Somebody = Something;
}
else//Bad indentation
{
Player = ppp;
Bot = 888;
Somebody = Nothing;
}