yuzhouUvU / cs2_weapons_skin

http://skin.ymos.top/
52 stars 30 forks source link

Add SQLite to store skin and knife config #7

Closed wed0n closed 3 months ago

wed0n commented 10 months ago

引入SQLite库来存储皮肤和刀的信息,并在玩家连接上服务器后自动加载对应的数据。

编译

需要从SQLite官网下载源码并解压到项目路径下的sqlite3文件夹下 https://www.sqlite.org/download.html


Introduced SQLite library to store information about skins and knives and automatically load the corresponding data when the player connects to the server.

Compile

You need to download the source code from the SQLite website and extract it to the sqlite3 folder under the project path https://www.sqlite.org/download.html