Formats a string according to the SourceMod format rules (see documentation).
This is the same as Format(), except it grabs parameters from a parent parameter stack, rather than a local. This is useful for implementing your own variable argument functions.
native int VFormat(char[] buffer, int maxlength, const char[] format, int varpos)