Skip to content

Commit 981df03

Browse files
committed
Bumped version to 2.1
1 parent 5aedcfc commit 981df03

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: scripting/botmimic.sp

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Changelog:
77
* 2.0 - 22.07.2013: Released rewrite
88
* 2.0.1 - 01.08.2013: Actually made DHooks an optional dependency.
9+
* 2.1 - 02.10.2014: Added bookmarks and pausing/resuming while recording. Fixed crashes and problems with CS:GO.
910
*/
1011

1112
#pragma semicolon 1
@@ -19,7 +20,7 @@
1920
#undef REQUIRE_EXTENSIONS
2021
#include <dhooks>
2122

22-
#define PLUGIN_VERSION "2.0.1"
23+
#define PLUGIN_VERSION "2.1"
2324

2425
#define BM_MAGIC 0xdeadbeef
2526

Diff for: scripting/botmimic_menu.sp

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
* Bot Mimic - Record your movments and have bots playing it back.
3+
* Admin menu integration and menu interface.
4+
* by Peace-Maker
5+
* visit http://wcfan.de
6+
*
7+
* Changelog:
8+
* 1.0 - 22.07.2013: Released rewrite
9+
* 1.1 - 02.10.2014: Added sm_savebookmark and bookmark integration and pausing/resuming while recording.
10+
*/
11+
112
#pragma semicolon 1
213
#include <sourcemod>
314
#include <cstrike>
@@ -6,7 +17,7 @@
617
#undef REQUIRE_PLUGIN
718
#include <adminmenu>
819

9-
#define PLUGIN_VERSION "1.0"
20+
#define PLUGIN_VERSION "1.1"
1021

1122
// This player just stopped recording. Show him the details edit menu when the record was saved.
1223
new bool:g_bPlayerRecordingFromMenu[MAXPLAYERS+1];

0 commit comments

Comments
 (0)