mysql error
#4

i gave wrong the correct line
Код:
stock SendClientMessageEx(playerid, color, const form[], va_args<>)
	return SendClientMessage(playerid, color, va_return(form, va_start<3>));

stock SendClientMessageToAllEx(colour, const fmat[], va_args<>)
{
    new
        str[145];
    va_format(str, sizeof (str), fmat, va_start<2>);
    return SendClientMessageToAll(colour, str);
}
Sorry!
Reply


Messages In This Thread
mysql error - by LazyB0y - 03.11.2014, 14:43
Re: mysql error - by Eth - 03.11.2014, 14:51
Re: mysql error - by CutX - 03.11.2014, 15:21
Re: mysql error - by LazyB0y - 04.11.2014, 07:28
Re: mysql error - by Vince - 04.11.2014, 09:30
Re: mysql error - by LazyB0y - 04.11.2014, 09:47
Re: mysql error - by Runn3R - 04.11.2014, 11:28
Re: mysql error - by LazyB0y - 04.11.2014, 11:29
Re: mysql error - by Runn3R - 04.11.2014, 11:33
Re: mysql error - by LazyB0y - 04.11.2014, 11:33

Forum Jump:


Users browsing this thread: 5 Guest(s)