$Server::MOTD="Welcome To Total Warfare Mod 2 : Advanced Warfare, Please Enjoy your time, but behave, Advertisers and spam bots are not accepted here and will be punshised with kick/ban.";
//This is center printed when a client enters the game window (Observer)
$Host::ServerPopup="<just:center><color:ffffff>http://www.phantomdev.net \n Home of TWM2 \n Hosted by: Phantom139";
$TWM2::FFAMode=0;// the /tkToggle command Sets This too
$Phantom::CSSEnabled=1;
// CONTENT SAVING SYSTEM
//Obviously don't make this some insanely large number, you'r server will never be able
//to count all the slots in reasonable time (I'd say anything over 150-200 is bad)
$TWM2::PlayerSaveSlots=15;//start with this
$TWM2::AdminSaveSlots=5;//Admins get 5 additional slots
$TWM2::SuperAdminSaveSlots=10;//SAs get 10 more than admins
$TWM::CSSTimeSave=5;
//Time in Minutes to re-allow a building save
$TWM::CSSTimeLoad=5;
//Time in Minutes to re-allow a building load
$TWM2::RemoveOrphansTime=180;
//Time in seconds after a player leaves that his/her deployables is deleted
//Weapon Rank Requirements
$TWM2::RankRequire["G41"]=4;
$TWM2::RankRequire["R700"]=32;
$TWM2::RankRequire["Pg700"]=13;
$TWM2::RankRequire["M1"]=23;
$TWM2::RankRequire["MiniChaingun"]=28;
$TWM2::RankRequire["Wp400"]=18;
$TWM2::RankRequire["RSALaserRifle"]=40;
$TWM2::RankRequire["PulsePhaser"]=36;
$TWM2::RankRequire["MG42"]=54;
$TWM2::RankRequire["ConcussionGun"]=41;
$TWM2::RankRequire["SA2400"]=34;
$TWM2::RankRequire["DesertEagle"]=57;
$TWM2::RankRequire["Centaur"]=46;
$TWM2::RankRequire["RPG7"]=58;
$TWM2::RankRequire["Javelin"]=51;
$TWM2::RankRequire["M4A1"]=15;
$TWM2::RankRequire["SCD343"]=59;
$TWM2::RankRequire["P90"]=56;
$TWM2::RankRequire["ALSWP"]=49;
$TWM2::RankRequire["CrimsonHawk"]=61;
$TWM2::RankRequire["Stinger"]=30;
$TWM2::RankRequire["MRXX"]=35;
$TWM2::RankRequire["NapalmLauncher"]=42;
$TWM2::ArmorReq["Shadow"]=35;
//Chat Commands
//You can enable/disable them here
//Public Commands
$TWM2::AllowedCMD["Help"]=1;
$TWM2::AllowedCMD["cmdHelp"]=1;
$TWM2::AllowedCMD["nameSlot"]=1;
$TWM2::AllowedCMD["me"]=1;
$TWM2::AllowedCMD["me1"]=1;
$TWM2::AllowedCMD["me2"]=1;
$TWM2::AllowedCMD["me3"]=1;
$TWM2::AllowedCMD["me4"]=1;
$TWM2::AllowedCMD["me5"]=1;
$TWM2::AllowedCMD["r"]=1;
$TWM2::AllowedCMD["giveCard"]=1;
$TWM2::AllowedCMD["takeCard"]=1;
$TWM2::AllowedCMD["bf"]=1;
$TWM2::AllowedCMD["getScale"]=1;
$TWM2::AllowedCMD["getObj"]=1;
$TWM2::AllowedCMD["pm"]=1;
$TWM2::AllowedCMD["open"]=1;
$TWM2::AllowedCMD["openDoor"]=1;
$TWM2::AllowedCMD["setPass"]=1;
$TWM2::AllowedCMD["setSpawn"]=1;
$TWM2::AllowedCMD["clearSpawn"]=1;
$TWM2::AllowedCMD["delMyPieces"]=1;
$TWM2::AllowedCMD["name"]=1;
$TWM2::AllowedCMD["scale"]=1;
$TWM2::AllowedCMD["objMove"]=1;
$TWM2::AllowedCMD["del"]=1;
$TWM2::AllowedCMD["givePieces"]=1;
$TWM2::AllowedCMD["power"]=1;
$TWM2::AllowedCMD["hover"]=1;
$TWM2::AllowedCMD["moveAll"]=1;
$TWM2::AllowedCMD["radius"]=1;
$TWM2::AllowedCMD["objPower"]=1;
$TWM2::AllowedCMD["idea"]=0;//<- No longer needed
$TWM2::AllowedCMD["timer"]=1;
$TWM2::AllowedCMD["setRot"]=1;
$TWM2::AllowedCMD["setNudge"]=1;
$TWM2::AllowedCMD["getGUID"]=1;
$TWM2::AllowedCMD["voteBoss"]=1;
$TWM2::AllowedCMD["loadRank"]=1;
$TWM2::AllowedCMD["saveRank"]=1;
$TWM2::AllowedCMD["uload"]=1;
$TWM2::AllowedCMD["usave"]=1;
//Rank System Commands
$TWM2::AllowedCMD["checkStats"]=1;
$TWM2::AllowedCMD["top5"]=1;
$TWM2::AllowedCMD["top10"]=1;
//Admin Commands
$TWM2::AllowedCMD["adminCMDS"]=1;
$TWM2::AllowedCMD["moveMe"]=1;
$TWM2::AllowedCMD["moveTo"]=1;
$TWM2::AllowedCMD["kill"]=1;
$TWM2::AllowedCMD["goto"]=1;
$TWM2::AllowedCMD["summon"]=1;
$TWM2::AllowedCMD["removePieces"]=1;
$TWM2::AllowedCMD["giveOrphans"]=1;
$TWM2::AllowedCMD["forcePieces"]=1;
$TWM2::AllowedCMD["myName"]=1;
$TWM2::AllowedCMD["setName"]=1;
$TWM2::AllowedCMD["cancelVote"]=1;
$TWM2::AllowedCMD["A"]=1;
$TWM2::AllowedCMD["getPos"]=1;
$TWM2::AllowedCMD["bp"]=1;
$TWM2::AllowedCMD["cp"]=1;
$TWM2::AllowedCMD["confiscate"]=1;
$TWM2::AllowedCMD["gag"]=1;
$TWM2::AllowedCMD["passVote"]=1;
$TWM2::AllowedCMD["getDBs"]=1;//[CORE HOSTS] Recommend these two are disabled
$TWM2::AllowedCMD["giveGun"]=1;//[CORE HOSTS] Recommend these two are disabled
$TWM2::AllowedCMD["twoTeams"]=1;
$TWM2::AllowedCMD["slap"]=1;
$TWM2::AllowedCMD["freeze"]=1;
//Zombie Commands
$TWM2::AllowedCMD["ZCmds"]=1;
$TWM2::AllowedCMD["buyZPack"]=1;
$TWM2::AllowedCMD["spawnZ"]=1;
$TWM2::AllowedCMD["makeZ"]=1;
$TWM2::AllowedCMD["cure"]=1;
$TWM2::AllowedCMD["killZombies"]=1;
//Super Admin Commands
$TWM2::AllowedCMD["saCMDS"]=1;
$TWM2::AllowedCMD["TkToggle"]=1;
$TWM2::AllowedCMD["SA"]=1;
$TWM2::AllowedCMD["MakeSA"]=1;
$TWM2::AllowedCMD["blowVehs"]=1;
$TWM2::AllowedCMD["startBoss"]=1;
$TWM2::AllowedCMD["makePRG"]=1;
$TWM2::AllowedCMD["override"]=1;
$TWM2::AllowedCMD["giveWS"]=1;
$TWM2::AllowedCMD["giveKSSW"]=1;
$TWM2::AllowedCMD["turrets"]=1;
$TWM2::AllowedCMD["jail"]=1;
$TWM2::AllowedCMD["megaSlap"]=1;
$TWM2::AllowedCMD["zap"]=1;
//DEV/HOST commands can be used no matter what, thus we ignore them.