[Half-Life AMXX] / climb_resources / help / en / binds.html Repository:
ViewVC logotype

View of /climb_resources/help/en/binds.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (download) (as text) (annotate)
Sun Nov 25 00:13:25 2007 UTC (16 years, 5 months ago) by ian
File size: 1543 byte(s)
initial import of addition resources for climb.sma from v2.0a3
<?php
global $HTTP_GET_VARS;
if(isset($HTTP_GET_VARS['agent']))$gets="?agent=".$HTTP_GET_VARS['agent'];
?>
<div>
<b>Other help pages :</b> <a href="commands<?php echo $gets ?>">Commands</a> | <a href="register<?php echo $gets ?>">Registering</a> | <a href="boosts<?php echo $gets ?>">Boosting</a>
</div>
<hr/><br/><br/>
<div>
<b>Bind Syntax:</b><br/><br/>

bind "&lt;key&gt;" "&lt;command&gt;"<br/><br/>

The quotes are optional, but may be necessary if you are binding a command which uses a space character.
</div>
<hr><br/><br/>
<div>
<b>Irregular Keys :</b><br/><br/>

<b>Mouse :</b> &nbsp;&nbsp; mouse1 &nbsp;&nbsp; mouse2 &nbsp;&nbsp; mouse3 &nbsp;&nbsp; mouse4 &nbsp;&nbsp; mouse5 &nbsp;&nbsp; etc...<br/><br/>

<b>Mouse Wheel:</b> &nbsp;&nbsp; mwheelup &nbsp;&nbsp; mwheeldown<br/><br/>

<b>Number Pad:</b> &nbsp;&nbsp; kp_end &nbsp;&nbsp; kp_downarrow &nbsp;&nbsp; kp_pgdn &nbsp;&nbsp; kp_plus &nbsp;&nbsp; kp_del &nbsp;&nbsp; etc...
</div>
<hr><br/><br/>
<div>
<b>Bind Examples:</b><br/><br/>

bind x cp<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x /cp<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x \cp<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x .cp<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x !cp<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x "say cp"<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x "say /cp"<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x "say \cp"<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x "say .cp"<br/>
 &nbsp;&nbsp; <b>or</b><br/>
bind x "say !cp"<br/>
 &nbsp;&nbsp; <b>etc...</b><br/>
</div>

Contact
ViewVC Help
Powered by ViewVC 1.0.4