help me stock
#3

You can use y_va from YSI :
PHP код:
#define Scm_Params (3)
// native Scm(playerid, color, const fmat[], ...);
stock Scm(playeridcolor, const fmat[], va_args<>) { 
    if(
numargs() == Scm_Params
        return 
SendClientMessage(playeridcolorfmat);
    static 
        
str[145];
    
va_format(strsizeof(str), fmatva_start<Scm_Params>);    
    return 
SendClientMessage(playeridcolorstr); 

Or http://forum.sa-mp.com/showpost.php?...postcount=4225
Reply


Messages In This Thread
help me stock - by RichKiez - 27.04.2018, 14:06
Re: help me stock - by jasperschellekens - 27.04.2018, 14:10
Re: help me stock - by Dutheil - 27.04.2018, 14:12
Re: help me stock - by RichKiez - 27.04.2018, 15:04
Re: help me stock - by CrystalGamer - 27.04.2018, 16:05
Re: help me stock - by jasperschellekens - 27.04.2018, 16:14

Forum Jump:


Users browsing this thread: 3 Guest(s)