Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_achievement_21.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <table><tr>
3 <td>
4 <?php if(($cpl['21']) ) { ?>
5 <img src="img/ach/21.gif">
6 <?php } else { ?>
7 <img src="img/achievement_not_done.gif">
8 <?php } ?>
9 </td>
10 <td valign="top" align="left">
11 <b>权限【哔】的最期</b>
12 <?php if(($cpl['21']) ) { ?>
13 <span class="lime">[完成]</span>
14 <?php } else { ?>
15 <span class="red">[未完成]</span>
16 <?php } ?>
17 <br>
18 <font color="yellow">击破次数: <?php echo $prc['21']?>次<br></font>
19 <font color="olive">奖励: 积分233 切糕 233 <span class="evergreen">称号 寂静洪流</span><br></font>
20 击破水月<br>
21 </td>
22 </tr></table>