open.mp forum
fmat_return - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- 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;