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

!rank not working, points not saved. #28

Closed asdfxD closed 8 months ago

asdfxD commented 8 months ago

plugin works, but !rank is not working, points won't be saved in external mysql server but plugin creates the mysql table k4ranks.

edit: i have a ' in front of my name, mysql does not add my name. if i change my name to test, it works fine.

i change collation to utf8mb4_unicode_ci, still does not work, it does not add me when i have ' in front of my name for example 'TESTUSERNAME

K4ryuu commented 8 months ago

Greetings, The latest release possibly fixed this problem. Could you check on that please?

asdfxD commented 8 months ago

thanks, yes it works now with ' but it crashes the server on startup.

1.) cssharp meta auto load with .vdf K4ryuuSimpleRanks in plugins folder will crash server at startup.

2.) cssharp meta auto load with .vdf K4ryuuSimpleRanks in plugins/disabled folder no server crash at startup.

3.) cssharp loaded manually K4ryuuSimpleRanks in plugins folder no server crash at startup. also starting the server first and than load cssharp manually with this plugin enabled does not crash the server, but it crashes when you auto load cssharp and this plugin.

K4ryuu commented 8 months ago

The problem was solved. Please check the latest.

asdfxD commented 8 months ago

y, works fine. thanks for fast response and fixing it.

K4ryuu commented 8 months ago

No problem at all. Keep updated. ❤️