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
27 stars 1 forks source link

[BUG] #11

Closed chycken closed 11 months ago

chycken commented 11 months 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 11 months ago

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

chycken commented 11 months ago

Updated cssharp to the latest, and still got the error

K4ryuu commented 11 months ago

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

chycken commented 11 months ago

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

chycken commented 11 months ago

Updated again, its working now. Thanks