Hey,
I have this:I thought it would return an array (sgroups) but only the first element is a group id...Code:uint64 *sgroups; ts3Functions.getClientVariableAsUInt64(serverConnectionHandlerID, clients[i], CLIENT_SERVERGROUPS, sgroups)
How should I proceed to get all client groups?