I can't figure out how to allow users to download custom maps/content
I don't have enough space for a url redirect, so I need the maps to be downloaded from the server itself
I've tried the following settings in my server.cfg:
and
and
and
I also need to prevent users from uploading theyre custom sprays, I've tried searching around and from what I found the first group of settings is what I need. But, it doesn't work...and also as I understand it, sv_upload 0 allows users to upload their craptastic sprays. (I was having a problem with people spraying fat porn everywhere)
I always get the map not found, disconnecting error. I restart the server everytime I change a setting, just in case.
I know, I know, it's probably something really simple, I'm new to this.
EDIT: one other quick question, server changes map immediately upon the ending of a map. How can I add a short delay so people can see their scores for a few seconds?
I don't have enough space for a url redirect, so I need the maps to be downloaded from the server itself
I've tried the following settings in my server.cfg:
Code:
sv_allowdownload "1"
sv_allowupload "1"
sv_downloadurl ""
and
Code:
sv_allowdownload "1"
sv_allowupload "0"
and
Code:
sv_allowdownload "1"
sv_allowupload "0"
sv_downloadurl ""
and
Code:
sv_allowdownload "1"
sv_allowupload "1"
I also need to prevent users from uploading theyre custom sprays, I've tried searching around and from what I found the first group of settings is what I need. But, it doesn't work...and also as I understand it, sv_upload 0 allows users to upload their craptastic sprays. (I was having a problem with people spraying fat porn everywhere)
I always get the map not found, disconnecting error. I restart the server everytime I change a setting, just in case.
I know, I know, it's probably something really simple, I'm new to this.
EDIT: one other quick question, server changes map immediately upon the ending of a map. How can I add a short delay so people can see their scores for a few seconds?