info_firearms_detect
keys: title, maptype = 1

All Firearms multiplayer maps should have one of these. "Title" should
be the title of the map. Call it whatever you like. "Maptype" should be
set to indicate what type of gameplay this map is designed for. Teamplay
is 1, Last Man Standing is 2, Capture the Flag is 3.


info_playerstart_red
info_playerstart_blue

These are our teamplay starting points. If your map does not have at
least one of each of these, it will not work properly as a teamplay map.


ammobox
keys: delay = 1, damage = 2000, respawntime = 30

This entity will create an ammobox which can be used by the player to
retrieve ammo. The player will use this object by holding down the use key. 
He will be given a random ammo item every "delay" seconds. "Damage"
indicates how much damage it can take before exploding. If you set this
to 0, it will be indestructible. If the ammobox is destroyed and the
"respawntime" is > 0, it will respawn after this many seconds.


item_bandage

This is a pack of bandages for the player to use to stop bleeding. Players
are going to probably need plenty of these so don't be too stingy with them.
Currently, one of these will give a player 2 bandages.


trigger_multiple (changed)
added key: team = 0

This key indicates which team can activate this trigger. 0 = either team, 1 =
Red Force only, 2 = Blue Force only.

func_tank (changed)

This has been updated to use our new bullet types.


ammo_9mm
ammo_45acp
ammo_50ae
ammo_44magnum
ammo_slugs
ammo_shells
ammo_nato308
ammo_nato223
ammo_76239
ammo_50bmg
ammo_40mm

These are all of our new kinds of ammo. They can be placed individually, but
it is probably easier just to place an ammobox and let the player fend for
himself.


weapon_knife
weapon_ber92f
weapon_ber93r
weapon_coltgov
weapon_desert
weapon_anaconda
weapon_benelli
weapon_saiga
weapon_mp5k
weapon_mp5a5
weapon_mc51
weapon_m11
weapon_ak47
weapon_famas
weapon_m16
weapon_m82
weapon_psg1
weapon_m4
weapon_m60
weapon_g3a3
weapon_aug
weapon_g36e
weapon_launcher
weapon_frag
weapon_flashbang
weapon_claymore
weapon_stg24

These are all of our new weapons.