03.12.2009, 16:51
No, that does not support the state machine (<debug
n>).
I use this code for a custom print function. I need one that formats the print too.

I use this code for a custom print function. I need one that formats the print too.
pawn Код:
sprint(const string[]) <debug:on>
{
print(string);
}