View Single Post
datwinkle
BANNED
Join Date: May 2006
Location: Virginia
Old 03-30-2007 , 19:51   Re: Help with cs 1.6 downloadurl
Reply With Quote #15

Okay this is how you do it.

Setting up

- in the public_html make a folder, anyname. (Use this if you want to keep your files safe)
- then inside your folder put the name of your mod
Example mods;
cstrike - cs 1.6
czero - condition zero
- inside your mod folder you put another folder for the name of the ent.
Examples;
models - you put models here
maps - maps here
sprites - sprites here
sounds - sounds here
- Open your server.cfg and add these cvars
Code:
sv_downloadurl "www.yourwebsite/yourcustomnamedfolder/modname"
sv_allowdownload 1
sv_allowupload 1
- Restart your server, and your ready to go!

Quote:
Originally Posted by Newbie_Tinkz View Post
I want players to download mp3 from my web server throught connecting my cs server, E.g www.jokerserver.com but I've uploaded my file in the ftp File manager which is under http://www.jokerserver.com:2222/CMD_...ml/cstrike/mp3
and upon uploading it says
blahblah.mp3 has been saved as /home/newbie/domains/jokerserver.com/public_html/cstrike/mp3/blahblah.mp3.

Which url should I use for sv_downloadurl??

www.jokerserver.com/public_html/cstrike/mp3 ?
- the mp3 folder probably should be in the sounds folder, if not see how it was set up in the download file. do exactly as it was there, example:

in the download file it says, sounds/mp3/yourmp3
then do the same in your FTP make a folder called mp3 in the sounds folder then upload your mp3 files to your mp3 folder.

Last edited by datwinkle; 03-30-2007 at 19:54.
datwinkle is offline
Send a message via AIM to datwinkle