K4ryuu / CS2_SimpleRanks

A CS2 server extension that allows you to create an unlimited number of ranks with customizable experience thresholds and rank colors. Players gain or lose experience during various in-game events, enabling them to advance or regress between ranks. The extension is fully configurable using 'configs.json' and utilizes MySQL to store data.
GNU General Public License v3.0
29 stars 1 forks source link

[BUG] #11

Closed chycken closed 1 year ago

chycken commented 1 year ago

Failed to load plugin /home/container/game/csgo/addons/counterstrikesharp/plugins/K4ryuuSimpleRanks/K4ryuuSimpleRanks.dll with error System.MissingMethodException: Method not found: 'CounterStrikeSharp.API.Core.CCSPlayerController CounterStrikeSharp.API.Utilities.GetPlayerFromIndex(Int32)'. at K4ryuuSimpleRanks.SimpleRanks.Load(Boolean hotReload) at CounterStrikeSharp.API.Core.PluginContext.Load(Boolean hotReload) at CounterStrikeSharp.API.Core.GlobalContext.LoadPlugin(String path) at CounterStrikeSharp.API.Core.GlobalContext.LoadAllPlugins()

what is it?

K4ryuu commented 1 year ago

Update your cssharp to the latest. You have an old installed.

chycken commented 1 year ago

Updated cssharp to the latest, and still got the error

K4ryuu commented 1 year ago

Type 'meta list' and paste here the response of the command.

chycken commented 1 year ago

It says that i have the 0.1.0 version of cssharp. Is that correct? Ive installed the latest build.

chycken commented 1 year ago

Updated again, its working now. Thanks