Ghost
Legacy, it's all anyone leaves behind.
- Jun 8, 2012
- 1,640
- 503
Code:
<?php
$getuser = mysql_query("SELECT * FROM user WHERE id = '".$_SESSION['user']['id']."'");
$stats = mysql_fetch_array($getuser);
$health = $stats['health'];
$energy = $stats['energy'];
$credits = $stats['credits_balance'];
$bank = $stats['bank'];
$figure = $stats['figure'];
?>
Code:
<?php echo $health;?>
<?php echo $energy;?>
<?php echo $credits;?>
<?php echo $bank;?>
<?php echo $figure;?>
<img alt="{username}" src="
You must be registered for see links
echo $figure;?>.gif&direction=3&head_direction=3&gesture=sml">(Habbo Theme)
This here displays the looks of your avatar (Pixel).
Slight code help for the people that need help with their roleplay.