File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Changelog:
7
7
* 2.0 - 22.07.2013: Released rewrite
8
8
* 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.
9
10
*/
10
11
11
12
#pragma semicolon 1
19
20
#undef REQUIRE_EXTENSIONS
20
21
#include <dhooks>
21
22
22
- #define PLUGIN_VERSION " 2.0. 1"
23
+ #define PLUGIN_VERSION " 2.1"
23
24
24
25
#define BM_MAGIC 0xdeadbeef
25
26
Original file line number Diff line number Diff line change
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
+
1
12
#pragma semicolon 1
2
13
#include <sourcemod>
3
14
#include <cstrike>
6
17
#undef REQUIRE_PLUGIN
7
18
#include <adminmenu>
8
19
9
- #define PLUGIN_VERSION " 1.0 "
20
+ #define PLUGIN_VERSION " 1.1 "
10
21
11
22
// This player just stopped recording. Show him the details edit menu when the record was saved.
12
23
new bool :g_bPlayerRecordingFromMenu [MAXPLAYERS +1 ];
You can’t perform that action at this time.
0 commit comments