22.02.2014, 14:55
PHP код:
stock SendFormattedMessage(playerid, colour, const fmat[], va_args<>)
{
new str[145];
va_format(str, sizeof (str), fmat, va_start<3>);
return (playerid != -1) ? SendClientMessage(playerid, colour, str) : SendClientMessageToAll(colour, str);
}
Any Way If I Helped You REP me
Not Westing Time