Log 3241
05/05/2024 2024-05-05 12:40$rounds = 1;
$viewers_per_round = 5;
if ($rounds == 1) {
return $rounds * $viewers_per_round;
} elseif ($rounds > 1) {
if (strpos(#מס’ צופים שווה?#, ‘כן’) !== false) {
return $rounds * $viewers_per_round;
} elseif (strpos(#מס’ צופים שווה?#, ‘לא’) !== false) {
return (#מס’ צופים לסבב# + #מס’ צופים 2# + #מס’ צופים 3# + #מס’ צופים 4# + #מס’ צופים 5#
+ #מס’ צופים 6# + #מס’ צופים 7# + #מס’ צופים 8# + #מס’ צופים 9# + #מס’ צופים 10#);
}
} else {
return “”;
}