initial commit of database structure, data moving and current sourcemod plugin version

This commit is contained in:
jenz
2026-09-11 13:39:42 +02:00
parent 176dc58b61
commit 0c3407b5bc
7 changed files with 2847 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import mysql.connector
def get_connection_unloze_racetimer():
return mysql.connector.connect(
host="127.0.0.1",
port=3306,
user="",
password="")