Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_map.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); include template('header'); ?>
2 <div class="subtitle" >虚拟世界地图</div>
3 <div id="notice"></div>
4 <center>
5 <div><?php echo $mapcontent?></div>
6 <p><span class="red">红字=禁区</span>;<span class="yellow">黄字=即将成为禁区</span>;<span class="lime">绿字=正常通行</span></p>
7 </center>
8 <?php include template('footer'); ?>
for($i=0;$i< count($plsinfo);$i++) $mapcontent
Definition: map.php:25