05.04.2010, 13:09
Please stop telling people to use pragma, that doesn't fix the issue. Just indent your code properly, like:
pawn Код:
public blablabla(playerid)
{
//THIS IS AN INDENT
//one tab!
if(condition1 == 1)
{
//this is another indent
}
return 1;
}