ResetScore

ResetScore 1.3.0

No permission to download

CYBERC4T

Пользователь
Гуру
Контент-мейкер
Mar 2, 2023
152
192
discord.gg
CYBERC4T добавил(а) новый ресурс:

ResetScore - сброс статистики

Сброс статистики (киллы, смерти, асисты, хедшодубийста, дамага)

0ht6lf6.jpg

Узнать больше об этом ресурсе...
 

skaen

Пользователь
Mar 4, 2023
86
44
Перекинуть папку addons в game/csgo
:unsure: а зачем в архиве source?
source - это исходник, для редактирования. Его можно не закидывать на сервер
 

DOK-26-RUS

Пользователь
Oct 9, 2023
283
108
26rus-game.ru

CYBERC4T

Пользователь
Гуру
Контент-мейкер
Mar 2, 2023
152
192
discord.gg
CYBERC4T обновил(а) ресурс ResetScore новой записью:

1.1.0

Добавлен конфигурационный файл, который включает в себя:
  • Изменение сообщений,
  • вкл/выкл уведомления о сброшенной статистики
  • вкл/выкл сброса статистики только мертвым,
  • вкл/выкл сброса статистики при нулевых значениях
meow:
{
    "resetIfDeath": true, // Сброс статистики только мертвым [true - on | false - off]
    "checkIfNullStats": true, // Сброс статистики при...

Узнать больше об этом обновлении...
 

CYBERC4T

Пользователь
Гуру
Контент-мейкер
Mar 2, 2023
152
192
discord.gg
CYBERC4T обновил(а) ресурс ResetScore новой записью:

1.2.0

- Был добавлен сброс статистики MVP и Score
- Теперь в конфиге можно выбрать, что будет сбрасываться
В конфиг нужно добавить следующее(перед блоком messages):
"resetType": {
        "Kills": true,
        "Deaths": true,
        "Assists": true,
        "HeadShotKills": true,
        "Damage": true,
        "MVPs": true,
        "Score": true
},

Узнать больше об этом обновлении...
 

jinn

Пользователь
Nov 16, 2023
11
0
@CYBERC4T

Can you adjust the plugin so that the score is reset immediately and not only after the end of the round?
 

Gravity_ua

Пользователь
Oct 4, 2023
75
13
Возможно добавить ще 2 комады для сброса статистики !кы и !кі
 

CYBERC4T

Пользователь
Гуру
Контент-мейкер
Mar 2, 2023
152
192
discord.gg
CYBERC4T обновил(а) ресурс ResetScore новой записью:

1.3.0

- Теперь статистика сбрасывается моментально (сенкс @smoke за наводку)
- Была добавлена возможность указывать команды для сброса статистики (разделять команды символом "|")
в конфиг необходимо добавить::
"cmdsOpenMenu": "rs|resetscore",
- Была добавлена возможность отключить уведомление игроку о сбросе его статистики (необходимо оставить пустые ковычки)
- Была добавлена админ команда при помощи которой можно сбросить статистику игроку...

Узнать больше об этом обновлении...
 

Gravity_ua

Пользователь
Oct 4, 2023
75
13
CYBERC4T обновил(а) ресурс ResetScore новой записью:

1.3.0



Узнать больше об этом обновлении...
22:12:57 [EROR] (cssharp:pluginManager) Failed to load plugin from /home/container/game/csgo/addons/counterstrikesharp/plugins/ResetScore/ResetScore.dll
Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'messages.all_Client_SPEC_ResetedStats', line 31, position 8.
at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments)
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at ResetScore.ResetScore.Load(Boolean hotReload) in C:\Users\cyber\Desktop\CSPlugins\ResetScore\ResetScore.cs:line 86
at CounterStrikeSharp.API.Core.Plugin.PluginContext.Load(Boolean hotReload) in /home/runner/work/CounterStrikeSharp/CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/PluginContext.cs:line 201
at CounterStrikeSharp.API.Core.Plugin.Host.PluginManager.LoadPlugin(String path) in /home/runner/work/CounterStrikeSharp/CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/PluginManager.cs:line 52
at CounterStrikeSharp.API.Core.Plugin.Host.PluginManager.Load() in /home/runner/work/CounterStrikeSharp/CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/PluginManager.cs:line 34
 

CYBERC4T

Пользователь
Гуру
Контент-мейкер
Mar 2, 2023
152
192
discord.gg
22:12:57 [EROR] (cssharp:pluginManager) Failed to load plugin from /home/container/game/csgo/addons/counterstrikesharp/plugins/ResetScore/ResetScore.dll
Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'messages.all_Client_SPEC_ResetedStats', line 31, position 8.
at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments)
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at ResetScore.ResetScore.Load(Boolean hotReload) in C:\Users\cyber\Desktop\CSPlugins\ResetScore\ResetScore.cs:line 86
at CounterStrikeSharp.API.Core.Plugin.PluginContext.Load(Boolean hotReload) in /home/runner/work/CounterStrikeSharp/CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/PluginContext.cs:line 201
at CounterStrikeSharp.API.Core.Plugin.Host.PluginManager.LoadPlugin(String path) in /home/runner/work/CounterStrikeSharp/CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/PluginManager.cs:line 52
at CounterStrikeSharp.API.Core.Plugin.Host.PluginManager.Load() in /home/runner/work/CounterStrikeSharp/CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/PluginManager.cs:line 34
с конфигом у тебя что то не то
 
Top