Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.4] Frage:Dörferdichte/Einstellbare Kartengröße
#19
Errors...

PHP Code:
    $start_x = isset($config['map_center_x'])?$config['map_center_x']:500;
    
$start_x 1000 $start_x 1000 $start_x $start_x : ;
    
$start_y = isset($config['map_center_y'])?$config['map_center_y']:500;
    
$start_y 1000 $start_y 1000 $start_y $start_y : ; 

AND

PHP Code:
        $x += $start_x;
        
$x = (1000 $x) ? 1000 $x $x : ;
        
$y += $start_y;
        
$y = (1000 $y) ? 1000 $y $y : ; 
Reply


Messages In This Thread
RE: Frage:Dörferdichte/Einstellbare Kartengröße - by The Gamer - 25.05.2013, 05:14



Users browsing this thread: 2 Guest(s)