03.12.2009, 17:44
Quote:
Originally Posted by Y_Leѕѕ
YSI has a custom format system written in PAWN - take a look in there (YSI_format.own) to see how that's done. Otherwise look in the last two pages of the code optimisations topic for discussion on possible solutions on this problem (passing variable arguments along to varadic functions), there is some nice data there on opcode manipulation, but no solutions yet.
|
Only remaining 'solution' is defines then.
Thanks for the help.