Code: Select all
public box_mode_off(){ log_to_file( g_logfile, "11"); new players[32], count; get_players(players, count, "ae", "TERRORIST"); log_to_file( g_logfile, "22"); if(!count) return; rpl1 = players[random(count)]; new i, rpl_temp; while(i++ < count) { rpl_temp = players[random(count)] if(rpl1 != rpl_temp) { rpl2 = rpl_temp; log_to_file( g_logfile, "33"); break; } } log_to_file( g_logfile, "44");}
P.S. Kai neisrenka zaidejo logina skaicius tokius:
Code: Select all
L 08/16/2011 - 01:41:41: 11L 08/16/2011 - 01:41:41: 22L 08/16/2011 - 01:41:41: 44
Code: Select all
L 08/16/2011 - 01:38:04: 11L 08/16/2011 - 01:38:04: 22L 08/16/2011 - 01:38:04: 33L 08/16/2011 - 01:38:04: 44