Get all ids of connected players?
#1

Best(fastest) way to get id of all player connected in game?

Quote:

stock ConnectedPlayersIDs()
{
new a = MAX_PLAYERS,counter;
do
{

if(IsPlayerConnected(counter)) ; // best way to store
counter++;

}
while(a<=counter);

return ;// what array
}

Reply


Messages In This Thread
Get all ids of connected players? - by Azazelo - 31.10.2012, 14:46
AW: Get all ids of connected players? - by Skimmer - 31.10.2012, 14:51
Re: Get all ids of connected players? - by Azazelo - 31.10.2012, 14:55
Re: Get all ids of connected players? - by Jefff - 31.10.2012, 14:59
AW: Get all ids of connected players? - by Skimmer - 31.10.2012, 15:00
Re: Get all ids of connected players? - by iggy1 - 31.10.2012, 15:04
Re: Get all ids of connected players? - by Azazelo - 31.10.2012, 15:11

Forum Jump:


Users browsing this thread: 2 Guest(s)