2941
Modification Help / Re: Finding all clients in a server
« on: September 28, 2012, 05:06:45 PM »Couldn't you just doThe way we did it is the properly efficient way, but same thingCode: [Select]for(%i = 0; %i < clientGroup.getCount(); %i++)
{
%c = clientGroup.getObject(%i);
//blah blah blah
}