Skip to content

Commit aa21fae

Browse files
author
vandrienko
committed
new version (3.0.2 R)
1 parent 05e2dcc commit aa21fae

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

addons/sourcemod/scripting/VIP_Core.sp

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@
66
#include <vip_core>
77
#include <clientprefs>
88

9-
#define VIP_VERSION "3.0.1 R"
9+
#if !defined VIP_VERSION
10+
#define VIP_VERSION "3.0.2 R"
11+
#endif
12+
1013

1114
#define DEBUG_MODE 0 // Режим отладки
1215

1316
#define USE_ADMINMENU 1 // Включение админ-меню для управления VIP
1417

1518
#define USE_MORE_SERVERS 1 // Включить/Отключить режим при котором если ID сервера у игрока 0 - то VIP будет работать на всех серверах
1619

17-
#define CHARSET "utf8mb4"
18-
#define COLLATION "utf8mb4_unicode_ci"
19-
20-
//#define CHARSET "utf8"
21-
//#define COLLATION "utf8_unicode_ci"
2220

2321
#if USE_ADMINMENU 1
2422
#undef REQUIRE_PLUGIN
@@ -31,7 +29,7 @@ public Plugin myinfo =
3129
name = "[VIP] Core",
3230
author = "R1KO",
3331
version = VIP_VERSION,
34-
url = "http://hlmod.ru"
32+
url = "https://github.com/R1KO/VIP-Core"
3533
};
3634

3735
#include "vip/Global.sp"

addons/sourcemod/scripting/vip/Database.sp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#define CHARSET "utf8mb4"
2+
#define COLLATION "utf8mb4_unicode_ci"
3+
4+
//#define CHARSET "utf8"
5+
//#define COLLATION "utf8_unicode_ci"
6+
17
void DB_OnPluginStart()
28
{
39
DB_Connect();
Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)