levelsranks / pawn-levels_ranks-core

Statistics plugin for servers on the Source Engine
GNU General Public License v3.0
72 stars 38 forks source link

Server crash will cause the data lost? #33

Open Hibari233 opened 4 years ago

Hibari233 commented 4 years ago

I am using levels-ranks plugin on my server with a MySQL 5.7 database. And if the server crash, The players' rank data will lost or mess up. Can u fix this?

Wend4r commented 4 years ago

It is not possible to catch a server crash in the plugin. Alternatively, can add saving for each player action in the next version, but then the load on the MySQL server will increase many times.

Hibari233 commented 4 years ago

Because the MySQL server is seaperated from the game server, So dont worry about the performance.