$Platform = '';
if($tur == 'android') $Platform == 'Google Play Store';
elseif($tur == 'windows') $Platform == 'Windows Store';
else $Platform == 'Steam Store';
İndir / Yükle ▼
'.$Platform.'
$Platform = '';
if($tur == 'android') $Platform == 'Google Play Store';
elseif($tur == 'windows') $Platform == 'Windows Store';
else $Platform == 'Steam Store';
İndir / Yükle ▼
'.$Platform.'