06-05-2020, Wednesday-10:30:43
nein, gibts nicht. Sowas hier sollte funktionieren:
Code:
foreach(halt in halt_list_x()) {
if (halt.get_owner().nr == our_player_nr) {
print(halt.get_name()) ;
}
}