Skip to content

Commit

Permalink
new version (3.0.2 R)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandrienko committed Apr 5, 2022
1 parent 05e2dcc commit aa21fae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

12 changes: 5 additions & 7 deletions addons/sourcemod/scripting/VIP_Core.sp
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@
#include <vip_core>
#include <clientprefs>

#define VIP_VERSION "3.0.1 R"
#if !defined VIP_VERSION
#define VIP_VERSION "3.0.2 R"
#endif


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

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

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

#define CHARSET "utf8mb4"
#define COLLATION "utf8mb4_unicode_ci"

//#define CHARSET "utf8"
//#define COLLATION "utf8_unicode_ci"

#if USE_ADMINMENU 1
#undef REQUIRE_PLUGIN
Expand All @@ -31,7 +29,7 @@ public Plugin myinfo =
name = "[VIP] Core",
author = "R1KO",
version = VIP_VERSION,
url = "http://hlmod.ru"
url = "https://github.com/R1KO/VIP-Core"
};

#include "vip/Global.sp"
Expand Down
6 changes: 6 additions & 0 deletions addons/sourcemod/scripting/vip/Database.sp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#define CHARSET "utf8mb4"
#define COLLATION "utf8mb4_unicode_ci"

//#define CHARSET "utf8"
//#define COLLATION "utf8_unicode_ci"

void DB_OnPluginStart()
{
DB_Connect();
Expand Down
1 change: 0 additions & 1 deletion addons/sourcemod/translations/modules
Submodule modules deleted from 8e1799

0 comments on commit aa21fae

Please sign in to comment.