Quote:
Originally Posted by philmoeslim
Will someone please help me install this mod on my server. I tried this and had it somewhat running but spawns were not working. Now I went to Slewis version and it isn't working at all. I am using a remote server. I would be willing to pay in csgo skins for full setup with spawn.
|
I will try to help you, and if I get something wrong or forget something please someone correct me.
Firstly, to make this easier for both of us, REMOVE EVERYTHING related to this plugin and download it fresh again.
- Go to "/addons/sourcemod/plugins"
- Place the retakes.smx inside the plugins folder
- Go to "/addons/sourcemod/configs"
- Open "databases.cfg"
- add a new section to this .cfg file with the code below (it should now look like: http://i.imgur.com/Ft60z9Q.png)
- Go to "/addons/sourcemod/data/sqlite"
- add the file "retakes-sqlite.sq3"
- Reboot the server or change the map
- After changing map or rebooting the server go to "/addons/sourcemod/logs" and see if there is a log which looks like "errors_******.log"
- Go to "/cfg/sourcemod" and edit "retakes.cfg" to customise settings.
- Verify that spawns are working by opening the console in-game and type sm_spawns, the chat should now display then number of spawns
Code:
"retakes"
{
"driver" "sqlite"
"host" "localhost"
"database" "retakes-sqlite"
"user" "root"
"pass" ""
}