From 5b78d00f194361a9ebeba6d63b5ab779daf00524 Mon Sep 17 00:00:00 2001 From: lopar Date: Sun, 20 Sep 2020 23:16:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BE=D0=BA=20=D0=B4=D0=BE=D0=BF=D1=83=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D1=85=20=D0=B2=20c25335d8465b1c91ea6d97621d21b869e?= =?UTF-8?q?34d9be6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cave.php | 13 +++++++++---- lotery.php | 7 ++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/cave.php b/cave.php index f982c14..327fd4a 100644 --- a/cave.php +++ b/cave.php @@ -1735,7 +1735,7 @@ function drawmap($map1, $players, $x, $y, $direction) } } else { if ($i == 1) { - $ret .= " />"; + $ret .= ""; } if ($i == 2) { $ret .= ""; @@ -1776,13 +1776,13 @@ function drawmap($map1, $players, $x, $y, $direction) $objInWall = explode('/', $map[4][$sidewall]); if ($objInWall[1] == 'o') { - if (!passablewall($map[4][$sidewall])) $ret .= ">"; + if (!passablewall($map[4][$sidewall])) $ret .= "
"; } else { if (!passablewall($map[4][$sidewall])) $ret .= "
"; } $objInWall = explode('/', $map[2][$sidewall]); if ($objInWall[1] == 'o') { - if (!passablewall($map[2][$sidewall])) $ret .= ">"; + if (!passablewall($map[2][$sidewall])) $ret .= "
"; } else { if (!passablewall($map[2][$sidewall])) $ret .= "
"; } @@ -1837,7 +1837,12 @@ function drawmap($map1, $players, $x, $y, $direction) $i--; } - $ret .= ">0 + $ret .= " + +
+
+
+
0
"; if ($direction == 0) { diff --git a/lotery.php b/lotery.php index 897938e..0a67bf9 100644 --- a/lotery.php +++ b/lotery.php @@ -387,7 +387,12 @@ class Lottery{ function view_buy_ticket(){ $str = ''; - $str .= '; + $str .= ')">30 + + + + Выбраные Вами номера : + \''; return $str; }