Help please
#1

At this stock

stock SCMF(playerid, color, const fstring[], va_args<3>)
{
new str[1024];
va_format(str, sizeof(str), fstring, va_start<3>);
return SCM(playerid, color, str);
}

Always show this problem please say how i can fix it

error 035: argument type mismatch (argument 3)
Reply
#2

PHP код:
stock SCMF(const playeridcolor, const msg[], va_args<>)
{
    new
        
string[145];

    
va_format(stringsizeof(string), msgva_start<3>);
    return 
SendClientMessage(playeridcolorstring);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)