diff --git a/website/index.php b/website/index.php index 3d67b091..717fda93 100644 --- a/website/index.php +++ b/website/index.php @@ -77,8 +77,11 @@ else select("SELECT * FROM wp_weapons_paints WHERE weapon_defindex = \"{$key["weapon_defindex"]}\""); - foreach($list as $list){ - echo ""; + foreach ($list as $list) { + if ($list['paint_name'] == $query3[0]["paint_name"]) + echo ""; + else + echo ""; } ?> @@ -92,4 +95,4 @@ else - \ No newline at end of file +