Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Produktion der Minen vermindern ?
#4
PHP Code:
<?php

$arr_production 
= array(

    
"0"=>"5",

    
"1"=>"30",

    
"2"=>"35",

    
"3"=>"41",

    
"4"=>"47",

    
"5"=>"55",

    
"6"=>"64",

    
"7"=>"74",

    
"8"=>"86",

    
"9"=>"100",

    
"10"=>"117",

    
"11"=>"136",

    
"12"=>"158",

    
"13"=>"184",

    
"14"=>"214",

    
"15"=>"249",

    
"16"=>"289",

    
"17"=>"337",

    
"18"=>"391",

    
"19"=>"455",

    
"20"=>"530",

    
"21"=>"616",

    
"22"=>"717",

    
"23"=>"833",

    
"24"=>"969",

    
"25"=>"1127",

    
"26"=>"1311",

    
"27"=>"1525",

    
"28"=>"1774",

    
"29"=>"2063",

    
"30"=>"2400"

);

?>

So sieht die Datei aus und im Spiel wird 8000 angezeigt. Der Speed ist auch schon auf 200 gedrosselt...
Reply


Messages In This Thread
RE: Produktion der Minen vermindern ? - by Möpentuter - 12.12.2009, 14:23



Users browsing this thread: 2 Guest(s)