09.10.2010, 22:32
Quote:
You have to be VERY careful when using macros - please go read my topic on the preprocessor! In cases like that the overhead of calling a function is minimal compared to the overhead of the loop itself. What's more, that code will give warnings if they've already used "i" in their current function and will not work if you try use it as the statement it looks like:
pawn Code:
|