![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#2 (permalink) |
|
Banned
Hostage
Join Date: Oct 2007
Location: Scotland, UK
Posts: 11
|
Code:
//////////////////////////// DOWNLOAD //////////////////////////// // Allow clients to download files sv_allowdownload 1 // Allow clients to upload customizations files like logospray files sv_allowupload 1 // Sets the maximum size that a map can be to be automatically downloaded // Any map under this value can be automatically downloaded by a user net_maxfilesize 40 //Enable this if you have a fastmap download server. sv_downloadurl "URL HERE" Kirbs |
|
|
|
|
|
#3 (permalink) |
|
Member
Hostage
Join Date: Oct 2007
Posts: 5
|
This is my current configuration:
Code:
//////////////////////////// DOWNLOAD //////////////////////////// // Allow clients to download files sv_allowdownload 1 // Allow clients to upload customizations files like logospray files sv_allowupload 1 // Sets the maximum size that a map can be to be automatically downloaded // Any map under this value can be automatically downloaded by a user net_maxfilesize 40 //Enable this if you have a fastmap download server. // sv_downloadurl "southwestgamers.com/cstrike/" |
|
|
|
|
|
#4 (permalink) | ||
|
Banned
Hostage
Join Date: Oct 2007
Location: Scotland, UK
Posts: 11
|
Quote:
Remove the // before sv_downloadurl so it looks like this: Quote:
Kirby |
||
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|