06.03.2014, 15:10
Shit, I can't find an reason why i'm getting this, I just updated my SQL script and then this weird error came and was NEVER there before o.O
So could you guys take a look on it? Thanks.
So could you guys take a look on it? Thanks.
pawn Код:
stock SCM(playerid, colour, const fmat[], va_args<>)
{
new str[145];
va_format(str, sizeof (str), fmat, va_start<3>);
return SendClientMessage(playerid, colour, str);
}