GFL's MySQL plugin that handles the database connection to the MySQL server.
- GFL Core - The core of the GFL SourceMod plugins and includes useful natives for logging purposes.
sm_gflsql_name
=> The key name to the array providing the MySQL database details inconfigs/databases.cfg
(default"gflmysql"
).sm_gflsql_retryvalue
=> How often to retry the database connection if down in seconds (default30
).sm_gflsql_debug
=> Whether to enable verbose logging within the plugin (default0
).
The tables.sql
file can be imported into the MySQL database. This adds the necessary tables and data for sub-plugins using this module.
- Christian Deacon - Creator
- Blueberry - Russian translation file.