-
Notifications
You must be signed in to change notification settings - Fork 58
Setting up a MySQL database
Daniel Varnai edited this page Jan 3, 2016
·
1 revision
While using a MySQL database is optional, if you want to share credits and items between servers, you have to use one. First, you should open cfg/sourcemod/plugin.store.cfg and find the sm_store_database cvar. Once you found it, set its value to "store" or whatever you like. Then open addons/sourcemod/configs/databases.cfg and add a new entry called "store" (or whatever you set for the sm_store_database cvar) and point it to a mysql database. Make sure the database is empty or at least it doesn't contain tables from other store plugins. After a server restart, all the necessary tables will be generated automatically.