Formats a string according to the SourceMod format rules (see documentation). All format specifiers are escaped (see SQL_EscapeString) unless the '!' flag is used.
native int Format(char[] buffer, int maxlength, const char[] format, any ...)