format(string, "%s has made you a level %d admin!", name, level);
format(string, sizeof(string), "%s has made you a level %d admin!", name, level);