Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_battlecmd.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 现在想要做什么?<br><br>
3 向对手大喊:<br><input size="30" type="text" name="message" maxlength="60"><br><br>
4 <input type="hidden" name="mode" value="combat">
5 <input type="hidden" id="command" name="command" value="back">
6 <input type="button" class="cmdbutton" style="width:100" name="w1" value="<?php echo $attinfo[$w1]?>" onclick="$('command').value='<?php echo $w1?>';postCmd('gamecmd','command.php');this.disabled=true;"><br>
7 <?php if($w2) { ?>
8 <input type="button" class="cmdbutton" style="width:100" name="w2" value="<?php echo $attinfo[$w2]?>" onclick="$('command').value='<?php echo $w2?>';postCmd('gamecmd','command.php');this.disabled=true;"><br>
9 <?php } ?>
10 <br><input type="button" class="cmdbutton" name="back" value="逃跑" onclick="postCmd('gamecmd','command.php');this.disabled=true;">
value
Definition: 1_alive.tpl.php:10