const bool p_Customizable = true;

#include "melee/weapon_cofaxe"
#include "melee/weapon_cofbranch"
#include "melee/weapon_cofnightstick"
#include "melee/weapon_cofknife"
#include "special/weapon_coflantern"
#include "special/weapon_cofsyringe"
#include "pistols/weapon_cofanaconda"
#include "pistols/weapon_cofberetta"
#include "pistols/weapon_cofglock"
#include "pistols/weapon_cofglock18"
#include "pistols/weapon_cofp345"
#include "shotguns/weapon_cofshotgun"
#include "shotguns/weapon_cofbenelli"
#include "rifles/weapon_cofak74"
#include "rifles/weapon_cofl85"


void MapInit()
{
	CoFKNIFE::POSITION = 11;
	CoFBRANCH::POSITION = 14;
	CoFNIGHTSTICK::POSITION = 15;
	CoFAXE::POSITION = 18;
	RegisterCoFKNIFE();
	RegisterCoFBRANCH();
	RegisterCoFNIGHTSTICK();
	CoFBERETTA::POSITION = 10;
	CoFGLOCK::POSITION = 11;
	CoFP345::POSITION = 15;
	CoFGLOCK18::POSITION = 16;
	CoFANACONDA::POSITION = 18;
	RegisterCoFAXE();
	RegisterCoFBERETTA();
	RegisterCoFGLOCK();
	RegisterCoFP345();
	RegisterCoFGLOCK18();
	RegisterCoFANACONDA();
	CoFBENELLI::POSITION = 12;
	CoFSHOTGUN::POSITION = 15;
	RegisterCoFBENELLI();
	RegisterCoFSHOTGUN();
	CoFL85::POSITION = 13;
	CoFAK74::POSITION = 14;
	RegisterCoFL85();
	RegisterCoFAK74();
	CoFSYRINGE::POSITION = 10;
	CoFLANTERN::POSITION = 10;
	RegisterCoFSYRINGE();
	RegisterCoFLANTERN();
}