File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
#include <vip_core>
7
7
#include <clientprefs>
8
8
9
- #define VIP_VERSION " 3.0.1 R"
9
+ #if ! defined VIP_VERSION
10
+ #define VIP_VERSION " 3.0.2 R"
11
+ #endif
12
+
10
13
11
14
#define DEBUG_MODE 0 // Режим отладки
12
15
13
16
#define USE_ADMINMENU 1 // Включение админ-меню для управления VIP
14
17
15
18
#define USE_MORE_SERVERS 1 // Включить/Отключить режим при котором если ID сервера у игрока 0 - то VIP будет работать на всех серверах
16
19
17
- #define CHARSET " utf8mb4"
18
- #define COLLATION " utf8mb4_unicode_ci"
19
-
20
- //#define CHARSET "utf8"
21
- //#define COLLATION "utf8_unicode_ci"
22
20
23
21
#if USE_ADMINMENU 1
24
22
#undef REQUIRE_PLUGIN
@@ -31,7 +29,7 @@ public Plugin myinfo =
31
29
name = " [VIP] Core" ,
32
30
author = " R1KO" ,
33
31
version = VIP_VERSION ,
34
- url = " http ://hlmod.ru "
32
+ url = " https ://github.com/R1KO/VIP-Core "
35
33
};
36
34
37
35
#include "vip/Global.sp"
Original file line number Diff line number Diff line change
1
+ #define CHARSET " utf8mb4"
2
+ #define COLLATION " utf8mb4_unicode_ci"
3
+
4
+ //#define CHARSET "utf8"
5
+ //#define COLLATION "utf8_unicode_ci"
6
+
1
7
void DB_OnPluginStart ()
2
8
{
3
9
DB_Connect ();
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments