File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
cstrike/addons/amxmodx/scripting Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ new const g_unGagCmd[] = "ungag"
5959public stock const PluginName[] = " CA: Gag"
6060public stock const PluginVersion[] = CA_VERSION
6161public stock const PluginAuthor[] = " Sergey Shorokhov"
62- public stock const PluginURL[] = " https://Dev-CS.ru /"
62+ public stock const PluginURL[] = " https://github.com/ChatAdditions /"
6363public stock const PluginDescription[] = " Manage player chats for the admin."
6464
6565public plugin_precache () {
Original file line number Diff line number Diff line change 2424public stock const PluginName[] = " CA: Mute"
2525public stock const PluginVersion[] = CA_VERSION
2626public stock const PluginAuthor[] = " Sergey Shorokhov"
27- public stock const PluginURL[] = " https://Dev-CS.ru /"
27+ public stock const PluginURL[] = " https://github.com/ChatAdditions /"
2828public stock const PluginDescription[] = " Players can choose who they can hear."
2929
3030public plugin_init () {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ new Handle: g_tuple = Empty_Handle
2424public stock const PluginName[] = " ChatAdditions: SQLite storage"
2525public stock const PluginVersion[] = CA_VERSION
2626public stock const PluginAuthor[] = " Sergey Shorokhov"
27- public stock const PluginURL[] = " https://Dev-CS.ru /"
27+ public stock const PluginURL[] = " https://github.com/ChatAdditions /"
2828public stock const PluginDescription[] = " SQLite storage provider for ChatAdditions"
2929
3030public plugin_init () {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ new const g_versionLink[] = "https://api.github.com/repos/"
4545public stock const PluginName[] = " ChatAdditions: Core"
4646public stock const PluginVersion[] = CA_VERSION
4747public stock const PluginAuthor[] = " Sergey Shorokhov"
48- public stock const PluginURL[] = " https://Dev-CS.ru /"
48+ public stock const PluginURL[] = " https://github.com/ChatAdditions /"
4949public stock const PluginDescription[] = " A core plugin for control different types of chat."
5050
5151public plugin_precache () {
You can’t perform that action at this time.
0 commit comments