• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
fmat_return
#1
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(strsizeof(str), fmatva_start<1>);
    return 
str;

  Reply


Forum Jump: