11.07.2010, 05:28
Omg you can also ad else after all commands and remove that stupid
pawn Code:
return 1/0;
pawn Code:
public commandscallback
{
if(commands){...
...
...
}
else
{
//Message/or smth else
return 1;
}
//no return needed anymore to this callback.
}

