-
Notifications
You must be signed in to change notification settings - Fork 13
Database
blankbhop edited this page Jan 7, 2019
·
4 revisions
Import database.sql into a mysql server, and then import whichever zone dump corresponding to the game server you're hosting. Or none if you're not using it for bhop.
Make a new entry to sourcemod/configs/databases.cfg containing -
"timer" { "driver" "default" "host" "hostnamehere" "database" "dbnamehere" "user" "usernamehere" "pass" "passwordhere" //"timeout" "0" "port" "porthere" }