diff --git a/CHANGELOG.md b/CHANGELOG.md
index 551d0fa..7a300f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,7 @@
+2.0.1:
+- Added spawn points for maps de_cbble & de_overpass
+- Changed plugin to allow load without updater dependency
+- A thank you too versatile_bfg
+
2.0.0:
- Initial Public Release
\ No newline at end of file
diff --git a/README.md b/README.md
index 49c4b8b..0e39c83 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-### [CS:GO] Deathmatch (v2.0.0, 2014-08-17)
+### [CS:GO] Deathmatch (v2.0.1, 2014-08-19)
===============
diff --git a/configs/deathmatch/spawns/de_cbble.txt b/configs/deathmatch/spawns/de_cbble.txt
new file mode 100644
index 0000000..bdf199f
--- /dev/null
+++ b/configs/deathmatch/spawns/de_cbble.txt
@@ -0,0 +1,18 @@
+-2936.435058 -1862.131469 176.031250 0.000000 100.038970 0.000000
+-1936.031127 -2003.345581 -2.684437 0.000000 149.816558 0.000000
+-1602.002075 -1395.999877 0.031250 0.000000 25.045700 0.000000
+-300.021820 -1239.968750 -95.968750 0.000000 124.345138 0.000000
+1347.968750 -1371.968750 -112.800735 0.000000 128.472640 0.000000
+789.955810 -105.999992 0.031250 0.000000 -170.503036 0.000000
+-999.962463 408.013946 0.031250 0.000000 38.238708 0.000000
+367.968750 656.002136 28.031250 0.000000 150.945861 0.000000
+440.625061 2639.940185 64.031250 0.000000 -158.878204 0.000000
+-912.000854 2176.031250 128.031250 0.000000 114.449218 0.000000
+-2575.968750 2646.506103 16.031250 0.000000 -23.227355 0.000000
+-2656.031250 344.031250 0.031250 0.000000 138.903839 0.000000
+-2032.006469 544.003051 -183.917098 0.000000 176.245788 0.000000
+-1296.031250 1583.968750 64.031250 0.000000 -127.795074 0.000000
+-751.968750 2671.991699 -158.073944 0.000000 -47.473705 0.000000
+-2479.968750 -32.031250 -223.629806 0.000000 -54.370002 0.000000
+-975.993896 -15.999225 128.031250 0.000000 79.119277 0.000000
+-776.022399 1331.031250 64.031250 0.000000 172.086029 0.000000
diff --git a/configs/deathmatch/spawns/de_overpass.txt b/configs/deathmatch/spawns/de_overpass.txt
new file mode 100644
index 0000000..ee850ea
--- /dev/null
+++ b/configs/deathmatch/spawns/de_overpass.txt
@@ -0,0 +1,19 @@
+-1336.031250 493.881805 480.031250 0.000000 141.915679 0.000000
+-2162.031250 33.068061 405.377563 0.000000 -164.121643 0.000000
+-3228.000244 -358.968750 536.031250 0.000000 152.976104 0.000000
+-3402.031250 -1040.025390 510.073516 0.000000 -148.620666 0.000000
+-3556.512939 -2517.221679 476.404388 0.000000 56.332931 0.000000
+-2852.031250 -2985.868652 481.832733 0.000000 84.894287 0.000000
+-1840.031250 -2603.968750 420.379119 0.000000 131.161514 0.000000
+-2347.681640 -1630.362670 484.837615 0.000000 -98.738616 0.000000
+-1592.031250 -1944.031250 336.031250 0.000000 -137.771911 0.000000
+-1703.955810 -3208.000000 312.031250 0.000000 -0.119873 0.000000
+-432.031250 -2681.572753 152.022705 0.000000 160.132720 0.000000
+15.968750 -1876.031250 176.031250 0.000000 -134.407958 0.000000
+-97.789962 -1551.969482 60.489917 0.000000 142.491729 0.000000
+-148.348449 225.518325 37.794471 0.000000 -137.178771 0.000000
+-1494.885498 575.214355 26.452226 0.000000 -66.834899 0.000000
+-1808.031250 -735.968750 128.031250 0.000000 121.260406 0.000000
+-2069.968750 501.519287 256.031250 0.000000 33.274520 0.000000
+-1744.009643 1311.968750 355.446899 0.000000 -99.283172 0.000000
+-3171.968750 -1040.001708 527.555480 0.000000 -36.858249 0.000000
diff --git a/deathmatch.zip b/deathmatch.zip
index 5f14a57..aae9ae1 100644
Binary files a/deathmatch.zip and b/deathmatch.zip differ
diff --git a/plugins/deathmatch.smx b/plugins/deathmatch.smx
index 3f0aa72..f5762bb 100644
Binary files a/plugins/deathmatch.smx and b/plugins/deathmatch.smx differ
diff --git a/scripting/deathmatch.sp b/scripting/deathmatch.sp
index 09d8f10..6542fba 100644
--- a/scripting/deathmatch.sp
+++ b/scripting/deathmatch.sp
@@ -3,9 +3,10 @@
#include
#include
#include
-#include
+#undef REQUIRE_PLUGIN
+#include
-#define PLUGIN_VERSION "2.0.0"
+#define PLUGIN_VERSION "2.0.1"
#define PLUGIN_NAME "Deathmatch"
#define UPDATE_URL "http://www.maxximou5.com/sourcemod/deathmatch/update.txt"
@@ -429,7 +430,7 @@ public Action:Timer_WelcomeMsg(Handle:timer, any:userid)
if (IsClientInGame(clientIndex))
{
- PrintHintText(clientIndex, "This server is running Deathmatch Version 2.0.0");
+ PrintHintText(clientIndex, "This server is running Deathmatch Version 2.0.1");
//PrintToChat(clientIndex, "[\x04WELCOME\x01] This server is running \x04Deathmatch \x01v2.0");
}
return Plugin_Stop;
diff --git a/update.txt b/update.txt
index cdfb359..bdb620a 100644
--- a/update.txt
+++ b/update.txt
@@ -4,14 +4,14 @@
{
"Version"
{
- "Latest" "2.0.0"
+ "Latest" "2.0.1"
+ "Previous" "2.0.0"
}
- "Notes" "Changes in 2.0.0:"
- "Notes" "Added autoupdate support"
- "Notes" "Added all weapons from previous update"
- "Notes" "Added grenade replenish feature"
- "Notes" "Fixed ammo count for all weapons"
+ "Notes" "Changes in 2.0.1:"
+ "Notes" "Added spawn points for maps de_cbble & de_overpass"
+ "Notes" "Changed plugin to allow load without updater dependency"
+ "Notes" "A thank you too versatile_bfg"
}
"Files"