<html>
<head>
<title>Emergency Ammo</title>
<style type="text/css">
pre 	{
		font-family:Verdana,Tahoma;
		color:#FFB000;
    	}
body	{
		background:#000000;
		margin-left:8px;
		margin-top:0px;
		}
a	{
    	text-decoration:    underline;
	}
a:link  {
    color:  #FFFFFF;
    }
a:visited   {
    color:  #FFFFFF;
    }
a:active    {
    color:  #FFFFFF;
    }
a:hover {
    color:  #FFFFFF;
    text-decoration:    underline;
    }
</style>
</head>
<body scroll="no">
<pre>
Emergency Ammo is buying ammo when the buy-time has gone past or you're not in the buy-zone.
The cost is 2 times more than the usual ammo price.

<strong>Bullets</strong>
Type "/ammo" in say or say_team commands.
This will give you ammo to your current gun you are holding.
There is a bind for this aswell.
For Example:
bind "o" "ammo"
And this this bind will make your "o" button a emergency ammo button.

<strong>Grenades</strong>
"/ammoh" is for HE-Grenades.
"/ammof" is for Flash-bangs.
"/ammos" is for Smoke-Grenades.
You can type all three of them in say or say_team commands.
There is also a bind for each grenade.
For Example:
bind "p" "ammoh"     <-- Gives me a HE-Grenade.
bind "[" "ammof"     <-- Gives me a Flash-bang.
bind "]" "ammos"     <-- Gives me a Smoke-Grenade.

Created By Mini_Midget
</pre>
</body>
</html>