Counter-Strike No Objectives and Round Timer Disabler Plugin ============================================================ by VEN http://forums.alliedmods.net/member.php?u=3695 http://forums.alliedmods.net/showthread.php?p=463407 Description ----------- This AMX plugin allows you to remove all Counter-Strike map objectives, or only objectives of a certain type. The round timer will also be disbled for maps that do not contain any objectives. Windows Shortcut ---------------- "C:\Games\Steam\SteamApps\\Counter-Strike\HL.exe" -dll Addons\MetaMod\Dlls\MetaMod.dll "C:\Games\Steam\SteamApps\\Condition Zero\HL.exe" -dll Addons\MetaMod\Dlls\MetaMod.dll AMXModX "Plugins.ini" Configuration ----------------------------------- Addons\AMXModX\Configs\Plugins.ini CS_NoObjectives.amxx MetaMod "Plugins.ini" Configuration ----------------------------------- Addons\MetaMod\Plugins.ini win32 Addons/AMXModX/Dlls/AMXModX_MM.dll MetaMod "Config.ini" Configuration ---------------------------------- Addons\MetaMod\Config.ini gamedll DLLs/WeedsBot.dll Console Commands and CVars -------------------------- no_objectives a - Remove VIP Assasination objectives (for "as_" maps). c - Remove Hostage Rescue objectives (for "cs" maps). d - Remove Bomb and Defuse objectives (for "de" maps). e - Remove Terrorist Escape objectives (for "es" maps). "" - Disable objectives removal. Note that options can be combined, and that a map change (changelevel) is required when changing the CVar. Requirements ------------ The following AMX modules are required: AMXModX.inc FakeMeta.inc Version History --------------- v0.4 - Recompiled by Rich „Weeds„ Nagel using http://www.dodplugins.net/forums/cmps_index.php?page=compiler. - Added "#define OBJTYPE_NONE (0)", and changed "#define CVAR_DEFAULT OBJTYPE_ALL" to "#define CVAR_DEFAULT OBJTYPE_NONE". This changes the plugin's default startup behavior from "acde" to "" (disabled). v0.3 - Added support for all objective entities. - Fixed the problem where the timer was not shown on multi-objective maps, if the objectives were not completely removed. - Improvements in the objective modes routine. v0.2 - Disabled the round timer. - Added the "no_objectives" CVar. v0.1 - First release.