#define SendClientFormatMessage(%1,%2,%3,%4) new string[128]; format(string, 128, (%3), %4); SendClientMessage(%1,(%2),string);