open.mp forum
fmat_return - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: General (https://forum.open.mp/forumdisplay.php?fid=19)
--- Forum: Programming (https://forum.open.mp/forumdisplay.php?fid=56)
--- Thread: fmat_return (/showthread.php?tid=1514)



fmat_return - Syxh0wN - 2021-01-11

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;