Hello, I need some help, I need to take 'va_format' without redoing all the codes, can someone help me?
Syxh0wN
@syxh0wn
scroll to top
powered by storyden
stock fmat_return(const fmat[], va_args<>) { new str; va_format(str, sizeof(str), fmat, va_start<1>); return str; }
Please sign up or log in to reply