Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

gamemann/SM-MySQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL

Description

GFL's MySQL plugin that handles the database connection to the MySQL server.

Requirements

  • GFL Core - The core of the GFL SourceMod plugins and includes useful natives for logging purposes.

ConVars

  • sm_gflsql_name => The key name to the array providing the MySQL database details in configs/databases.cfg (default "gflmysql").
  • sm_gflsql_retryvalue => How often to retry the database connection if down in seconds (default 30).
  • sm_gflsql_debug => Whether to enable verbose logging within the plugin (default 0).

Other

The tables.sql file can be imported into the MySQL database. This adds the necessary tables and data for sub-plugins using this module.

Credits

About

GFL's SourceMod MySQL plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 100.0%