resource.Addfile already includes all other model parts, so only the .mdl files are needed. Also, take out garrysmod in front of all of the paths. Should look like this:
[code]resource.AddFile("models/player/slow/jamis/mkvsdcu/batman/slow_pub_v2.mdl")
resource.AddFile("models/player/slow/jamis/mkvsdcu/cpt_marvel/slow_pub_v2.mdl")
resource.AddFile("models/player/slow/jamis/mkvsdcu/dark_kahn/slow_pub.mdl")
resource.AddFile("models/player/slow/jamis/mkvsdcu/darkseid/slow_pub.mdl")[/code]
And do I keep the extra stuff ?
[CODE]ftp://JOshH@107.150.61.50/107.150.61.50_27025/garrysmod/models/player/slow/jamis/mkvsdcu/batman/slow_pub_v2.mdl[/CODE]
Yes. You keep everything on your FastDL server, but you just put .mdl's in your resource.AddFile.
[QUOTE=Magafe;43891127]And do I keep the extra stuff ?
[CODE]ftp://JOshH@107.150.61.50/107.150.61.50_27025/garrysmod/models/player/slow/jamis/mkvsdcu/batman/slow_pub_v2.mdl[/CODE][/QUOTE]
Garry's Mod can't download files over the FTP protocol, so you have to define a http:// url in your [B]sv_downloadurl[/B] parameter
thank you
[editline]12th February 2014[/editline]
so do I delete the ip and stuff like that and keep garrysmod and down? and I have the ftp added to the server already?
Post your server.cfg so we can get a better idea of what you're talking about.
Sorry, you need to Log In to post a reply to this thread.