15.08.2009, 14:20
could be wrong,
Код:
public randobj() { new randid = random(MAX_PLAYERS); if(isplayerconnected(randid)) { //your code here return 1; } else return randobj(); }