new g_buffer[2][] = { "Test %d", "Test2 %d Test2" };
formatex(text, charsmax(text), "%s", g_buffer[1], int);