Hello, I need some help, I need to take 'va_format' without redoing all the codes, can someone help me?
PHP Code:
stock fmat_return(const fmat[], va_args<>)
{
new str[300];
va_format(str, sizeof(str), fmat, va_start<1>);
return str;
}