nachtclub;
$b=250;
$nachtclubbank=$a*$b;
$c=$clan->nachtclub;
$d=150;
$nachtclubcontant=$c*$d;
$e=$clan->money_lvl9;
$f=150;
$boorbank=$e*$f;
$g=$clan->money_lvl9;
$h=50;
$boorcontant=$g*$h;
$i=$clan->snackbar;
$j=50;
$snackbarcontant=$i*$j;
$g=$clan->snackbar;
$h=100;
$snackbarbank=$g*$h;
$i=$clan->cafee;
$j=100;
$cafeecontant=$i*$j;
$g=$clan->cafee;
$h=200;
$cafeebank=$g*$h;
$i=$clan->casino;
$j=200;
$casinocontant=$i*$j;
$g=$clan->casino;
$h=500;
$casinobank=$g*$h;
$i=$clan->restaurant;
$j=150;
$restaurantcontant=$i*$j;
$g=$clan->restaurant;
$h=250;
$restaurantbank=$g*$h;
$totaalgeldclancash=$nachtclubcontant+$boorcontant+$snackbarcontant+$cafeecontant+$casinocontant+$restaurantcontant;
$totaalgeldclanbc=$totaalgeldclancash*24;
$totaalgeldclanbank=$nachtclubbank+$boorbank+$snackbarbank+$cafeebank+$casinobank+$restaurantbank;
$totaalgeldclanbb=$totaalgeldclanbank*24;
$totaalgeldclan=$energiebank+$energiecontant+$boorcontant+$boorbank+$coffeecontant+$coffeebank;
$totaalgeldclanb=$totaalgeldclan*24;
$dbres = mysql_query("SELECT `name`,`url` FROM `[weapons]` WHERE `area`=8 OR `area`=8+{$clan->type} ORDER BY `area`,`costs`");
while($weapon = mysql_fetch_object($dbres)) {
$name = $weapon->name;
$type = Array("Huis" => "homes",
"Muur" => "def_lvl1",
"Nachtclub" => "nachtclub",
"Snackbar" => "snackbar",
"Cafee" => "cafee",
"Winkel" => "money_lvl9",
"Casino" => "casino",
"Restaurant"=> "restaurant");
$lastarea = $weapon->area;
$type = $type[$weapon->name];
print " {$weapon->name} url}.gif\" height=75 width=100> | ". $clan->$type ." producten |
| \n";
}
print " Verdiensten | Bank per uur: €".number_format($totaalgeldclanbank,0,',','.')." Totaal per dag op bank: €".number_format($totaalgeldclanbb,0,',','.')." | ";
print "Contant per uur: €".number_format($totaalgeldclancash,0,',','.')." Totaal per dag Contant: €".number_format($totaalgeldclanbc,0,',','.')." | ";
}
?> |