/[svn]/hlds/cstrike/addons/amxmodx/scripting/deagsmapmanager.sma
ViewVC logotype

Diff of /hlds/cstrike/addons/amxmodx/scripting/deagsmapmanager.sma

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by cstrike, Tue Nov 8 04:24:24 2011 UTC revision 56 by cstrike, Sun Jan 29 02:55:19 2012 UTC
# Line 2  Line 2 
2  *  AMX Mod X script.  *  AMX Mod X script.
3  *  *
4  *   Deagles' Map Manager (deagsmapmanager.sma)  *   Deagles' Map Manager (deagsmapmanager.sma)
5  *   Copyright (C) 2006-2011 Deagles/AMXX Community  *   Copyright (C) 2006-2012 Deagles/AMXX Community
6  *   Copyright (C) 2002-2005 Deagles  *   Copyright (C) 2002-2005 Deagles
7  *   Original Mapchooser: Copyright (C) OLO  *   Original Mapchooser: Copyright (C) OLO
8  *  *
# Line 32  Line 32 
32  *  *
33  *********************************************************************************  *********************************************************************************
34  *  *
35  *   Deagles' Map Manager v3.23  *   Deagles' Map Manager v3.24
36  *   Last Update: 2009-02-16  *   Last Update: 2012-01-28
37  *  *
38  *   by Deagles/AMXX Community & Posting/Supporting by bmann_420  *   by Deagles/AMXX Community & Posting/Supporting by bmann_420
39  *   Link: http://forums.alliedmods.net/showthread.php?t=59535  *   Link: http://forums.alliedmods.net/showthread.php?t=177180
40  *  *
41  *  *
42  *   Changelog is in the .txt file  *   Changelog is in the .txt file
# Line 59  Line 59 
59  #include <amxmisc>  #include <amxmisc>
60    
61  new const PLUGIN[]  = "DeagsMapManager";  new const PLUGIN[]  = "DeagsMapManager";
62  new const VERSION[] = "3.23SVN";  new const VERSION[] = "3.24";
63  new const AUTHOR[]  = "Deags/AMXX Community";  new const AUTHOR[]  = "Deags/AMXX Community";
64  #define DMAP_EXPECTED_DV 520  #define DMAP_EXPECTED_DV 530
65    
66  // Comment out the following line to disable the dedicated log file  // Comment out the following line to disable the dedicated log file
67  #define DEDICATED_LOG_ENABLED  #define DEDICATED_LOG_ENABLED

Legend:
Removed from v.55  
changed lines
  Added in v.56

Contact webmaster
ViewVC Help
Powered by ViewVC RSS 2.0 feed