25.08.2012, 19:41
Hi, i have one question it's what does loop return if player is not connected,does it skip or goes back and try again until finds some player thats connected
So if there isnt any player in team "randomorg" would script go back and check again or just go on and do like if it has selected player?
If anyone undertood me i would like help Help fellow scripter Thanks in advance!
Код:
{ if(GetPlayerTeam(i) == randomorg) { if(IsPlayerConnected(i)) { PlayerList[idx] = i; idx++; } } }
If anyone undertood me i would like help Help fellow scripter Thanks in advance!