Open j4cobgarby opened 4 years ago
You should check your error logs in addons/sourcemod/logs
. There might be an error indicating if the write to the spawn config file failed.
Thanks for the response. One thing the error log file is saying is that the retakes config file (de_inferno.cfg) doesn't exist. Do I have to manually create this file?
You should not have to. But it's possible your server's file permissions are configured such that the game server doesn't have permissions to write the file - can you post the full log?
I'll try to send it in a while, for some reason I've just lost connection to my server, shouldn't take long
If making a feature request, you should delete all the pre-filled text here. If reporting a bug, fill in the following sections:
Expected behavior
After adding all the spawn points I wanted around the map (making sure to add spawnpoints for CT and T at both bombsites,) those spawnpoints should be usable when the game begins.
Actual behavior
I instead spawn at the map's default spawn point, and the server console says:
So, it seems that the spawnpoints weren't saved, even though I pressed save in the !edit menu. I followed the installation steps from the Github readme file. Do I need to install some database on the server?
Steps to reproduce