24.12.2009, 19:07
http://forum.sa-mp.com/index.php?topic=140719.0 
---

---
pawn Код:
stock CountConnectedPlayers() {
new ZeX_count=0;
for(new ZeX_i=0;ZeX_i<GetMaxPlayers();ZeX_i++)if(IsPlayerConnected(ZeX_i))ZeX_count++;
return ZeX_count;
}

