Skip to content

[1.4.0] Database system

Compare
Choose a tag to compare
@azalty azalty released this 25 Mar 23:32
· 53 commits to main since this release
  • Added a database system (supports both MySQL and SQLite) (#5)
  • Rewrote some parts of code to make them work with the DB system
  • Changed some function types to void instead of int
  • Errors are now properly logged as sourcemod errors instead of messages
  • Fixed translations (#6 #7)
  • Other small changes to the code

NOTE: As big changes to the core plugin have been made to make this DB system possible, they might have created some bugs. I did my best to fix the ones I found. If you find any, please report them :)

NOTE 2: The wiki has been created, check it if you need help (and then you can create an issue)!