--- MultiUser functions. --- Sets the name and country for a user and additional 3 vector data of strings. -- @cstyle void MultiUser.SetUser(int index, string name, string country, vector data1, vector data2, vector data3). -- @param index int; the index of the user. -- @param name string; the name of the user. -- @param country string; country of the user. -- @param data1 vector; additional string vector data to set. -- @param data2 vector; additional string vector data to set. -- @param data3 vector; additional string vector data to set. -- @return void. function MultiUser.SetUser(index, name, country, data1, data2, data3) end