• Fast DL !HELP! why is it not working :(
    2 replies, posted
Alright so i have used WAMP to set up my own Fast DL ports are open and all is done still no luck what is wrong ? Here is everything i have done and my setup: Server.cfg: sv_downloadurl "http://217.208.104.216/garrysmod/" Fast DL: [url]http://217.208.104.216/garrysmod/[/url] Resources.lua : resource.AddDir ("materials") resource.AddDir ("models") resource.AddFile("lua/autorun/me2_players.lua") Shouldn't that work or am i stupid o.o ? [highlight](User was banned for this post ("You don't write thread titles !LIKE THIS! and Help & Support is for help !PLAYING! Garry's Mod" - Gran PC))[/highlight]
Are you sure your server.cfg has the following: (Just in case I put sv_allowupload) [code] "sv_loadingurl" "http://217.208.104.216/garrysmod/" "sv_allowupload" "1" "sv_allowdownload" "1" [/code]
This is what my server.cfg has and ofcourse rcon password and stuff above this code [QUOTE]"sv_downloadurl" "http://217.208.104.216/garrysmod" "sv_allowdownload" "1" "sv_allowupload" "1" // Sandbox server settings "sbox_godmode" "0" // 1: No Damage 0: Normal "sbox_plpldamage" "1" // 1: Disable PvP 0: Enable PvP "sbox_noclip" "0" // 1: Enable Noclip 0: Disable Noclip // Sandbox limits. 0 to Disable. -1 to Unlimited. "sbox_maxprops" "150" "sbox_maxragdolls" "0" // Too much Ragdoll = Lag "sbox_maxnpcs" "0" // NPC may crash the server. "sbox_maxballoons" "0" "sbox_maxeffects" "0" "sbox_maxdynamite" "0" "sbox_maxlights" "0" "sbox_maxlamps" "0" // Too much Lamps = Low FPS "sbox_maxthrusters" "0" "sbox_maxwheels" "0" "sbox_maxhoverballs" "0" "sbox_maxvehicles" "2" "sbox_maxbuttons" "0" "sbox_maxemitters" "0" "sbox_maxspawners" "0" "sbox_maxturrets" "0" // Sandbox WIRE limits // If you are not running wire addon, remove this entire section. "sbox_maxwire_wheels" "20" "sbox_maxwire_waypoints" "30" "sbox_maxwire_values" "20" "sbox_maxwire_twoway_radioes" "30" "sbox_maxwire_turrets" "10" "sbox_maxwire_thrusters" "20" "sbox_maxwire_target_finders" "10" "sbox_maxwire_speedometers" "10" "sbox_maxwire_emitters" "25" "sbox_maxwire_simple_explosive" "30" "sbox_maxwire_sensors" "30" "sbox_maxwire_screens" "20" "sbox_maxwire_relays" "20" "sbox_maxwire_rangers" "20" "sbox_maxwire_radioes" "30" "sbox_maxwire_sockets" "20" "sbox_maxwire_plugs" "20" "sbox_maxwire_pixels" "20" "sbox_maxwire_panels" "20" "sbox_maxwire_outputs" "20" "sbox_maxwire_oscilloscopes" "20" "sbox_maxwire_locators" "30" "sbox_maxwire_lights" "16" "sbox_maxwire_inputs" "20" "sbox_maxwire_indicators" "20" "sbox_maxwire_hoverballs" "20" "sbox_maxwire_gyroscopes" "10" "sbox_maxwire_gpss" "10" "sbox_maxwire_gate_trigs "30" "sbox_maxwire_gate_times" "30" "sbox_maxwire_gate_selections" "30" "sbox_maxwire_gate_memorys" "30" "sbox_maxwire_gate_logics" "30" "sbox_maxwire_gate_comparisons" "30" "sbox_maxwire_gates" "50" "sbox_maxwire_explosive" "30" "sbox_maxwire_dual_inputs" "20" "sbox_maxwire_detonators" "20" "sbox_maxwire_buttons" "25" "sbox_maxwire_adv_inputs" "20" //Load bans exec "banip.cfg" exec "banid.cfg"[/QUOTE]
Sorry, you need to Log In to post a reply to this thread.