Вход Регистрация
Файл: hp.php
Строк: 12
<?
$max 
$player['life_max'];
$now $player['life']; 
$health 100 / ($max $now); 

header('Content-Type: image/gif');
$img imagecreatetruecolor(10010);

imagecolorallocate($img000);
$red imagecolorallocate($img25500);
$white imagecolorallocate($img255255255);
imagefilledpolygon($img, array(0,00,10$health,10$health,0), 4$red);

$fon imagecolorallocate($img255255255);
imagestring($img131"HP:  $now/$max"$white);
imagepolygon($img, array(0,00,999,999,0), 4$fon);

imagegif($img);
$page_main.="$img";
?>
Онлайн: 3
Реклама