12.12.2011, 07:57
Use TAB to indent your code like so:
pawn Код:
public callback()
{
new var;
if(condition)
{
function();
var = 1;
}
return 1;
}