Skip to content

Commit

Permalink
Updated to v2.0.1
Browse files Browse the repository at this point in the history
- Added spawn points for maps de_cbble & de_overpass
- Changed plugin to allow load without updater dependency
- A thank you too versatile_bfg
  • Loading branch information
Maxximou5 committed Aug 19, 2014
1 parent d8c37c4 commit e94d28f
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### [CS:GO] Deathmatch (v2.0.0, 2014-08-17)
### [CS:GO] Deathmatch (v2.0.1, 2014-08-19)
<a href="http://www.maxximou5.com/"><img src="http://maxximou5.com/sourcemod/assests/img/deathmatch_csgo.png" alt="csgo deathmatch plugin" width="600" /></a>
===============

Expand Down
18 changes: 18 additions & 0 deletions configs/deathmatch/spawns/de_cbble.txt
Original file line number Diff line number Diff line change
@@ -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
19 changes: 19 additions & 0 deletions configs/deathmatch/spawns/de_overpass.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file modified deathmatch.zip
Binary file not shown.
Binary file modified plugins/deathmatch.smx
Binary file not shown.
7 changes: 4 additions & 3 deletions scripting/deathmatch.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <updater>
#undef REQUIRE_PLUGIN
#include <updater>

#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"

Expand Down Expand Up @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e94d28f

Please sign in to comment.