stock SCMF(const playerid, color, const msg[], va_args<>){ new string[145]; va_format(string, sizeof(string), msg, va_start<3>); return SendClientMessage(playerid, color, string);}