Excessus,
- No, this is both neither plant nor possible yet
- Yes and no; I've a list on every client and on the server who has got the var name/ID pair. So I only send the name the first time per client.
- The number for every client is static (on this server instance); The number of the joining client should be passed to the event like this:
function NetClient(var ClientID)
{
// Do stuff
}
Net_SvEventSetFunction(Net_Event_NewIncommingConntection, "NetClient");
HPW,
I've got problems with the VOIP system, but you can anyway try it (Cl and server NOT on the same PC). Run Net_SvVoiceStartup(); or Net_ClVoiceStartup(); after creating the server/client instance. Then, after the client is connected, call Net_ClVoiceRequestChannel(); on the client.