Well, this function is useful if you want to do format-like formatting in your own function, for example for some sort of logging function:
Code:
my_log_function(LOG_FATAL_ERROR_CRASH_SERVER_AND_BURN_MACHINE, "FATAL ERROR!!!1111 omgomgomg ERROR NUMBAH: %d", 1234);
I remember there was a post by OLO that mentioned this on AMX forums... Ah yes, here:
http://djeyl.net/forum/index.php?sho...hl=format_args
__________________