10.01.2010, 16:27 
	
	
	
		hey,
how i can select a random id that connect in the server?
maybe:
but more i dont know.
	
	
	
	
how i can select a random id that connect in the server?
maybe:
pawn Код:
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
...
}
}

