• FastDL problem?
    2 replies, posted
So i know how to add materials and stuff, with the resource.AddFile(). But even after i websync they arent being downloaded. [IMG]http://gyazo.com/2768d94c77e89aad5efae3a86e1c0e50[/IMG] But when I add the materials to the PS its a checkered material. Here is the code [CODE]ITEM.Name = 'Joker' ITEM.Price = 10000 ITEM.Material = 'materials/vgui/ttt/icon_joker'[/CODE] Any help? this is the 1st time ive ever had this problem and i have plenty of custom things
Can you post your resources.lua and server.cfg, snip out your rcon password.
The picture show the resource.lua and heres the server.cfg [CODE] log 1 sv_minrate 0 sv_maxrate 100000 net_maxdownload 1024 sv_allowdownload 1 sv_allowupload 1 sv_downloadurl "http://maelstrom.site.nfoservers.com/server" sv_kickerrornum 0 crosshair 0 ttt_highlight_admins 1 // Preparation and post-round "ttt_preptime_seconds" "15" "ttt_firstpreptime" "45" "ttt_postime_seconds" "15" //Map switching and voting "ttt_round_limit" "6" "ttt_roundtime_minutes" "5" //GAMEPLAY //Traitor and Detective counts "ttt_traitor_pct" "0.25" "ttt_traitor_max" "8" "ttt_detective_pct" "0.13" "ttt_detective_max" "8" "ttt_detective_min_players" "8" "ttt_detective_karma_min" "650" //DNA "ttt_killer_dna_range" "1500" "ttt_killer_dna_basetime" "30" //Voicechat battery "ttt_voice_drain" "1" "ttt_voice_drain_normal" "0.1" "ttt_voice_drain_admin" "0" "ttt_voice_drain_recharge" ".05" //Other gameplay settings "ttt_minimum_players" "2" "ttt_postround_dm" "1" "ttt_dyingshot" "1" "ttt_no_nade_throw_during_prep" "1" "ttt_weapon_carrying" "1" "ttt_weapon_carrying_range" "50" "ttt_teleport_telefrags" "1" "ttt_ragdoll_pinning" "1" "ttt_ragdoll_pinning_innocents" "0" //Karma "ttt_karma" "1" "ttt_karma_strict" "0" "ttt_karma_starting" "1000" ttt_karma_persist 1 "ttt_karma_max" "2000" "ttt_karma_ratio" "0.0008" "ttt_karma_kill_penalty" "0" "ttt_karma_round_increment" "5" "ttt_karma_clean_bonus" "15" "ttt_karma_traitordmg_ratio" "0.0003" "ttt_karma_traitorkill_bonus" "40" "ttt_karma_low_autokick" "0" "ttt_karma_low_amount" "500" "ttt_karma_low_ban" "0" "ttt_karma_low_ban_minutes" "1" "ttt_karma_debugspam" "0" "ttt_karma_clean_half" "0.25" //Map-related "ttt_use_weapon_spawn_scripts" "1" //EQUIPMENT CREDITS //Traitor credits "ttt_credits_starting" "2" "ttt_credits_award_pct" "0.5" "ttt_credits_award_size" "1" "ttt_credits_award_repeat" "1" "ttt_credits_detectivekill" "1" //Detective credits "ttt_det_credits_starting" "2" "ttt_det_credits_traitorkill" "0" "ttt_det_credits_traitordead" "1" //Prop possession "ttt_spec_prop_control" "1" "ttt_spec_prop_base" "8" "ttt_spec_prop_maxpenalty" "-6" "ttt_spec_prop_maxbonus" "16" "ttt_allow_discomb_jump" "1" "ttt_spec_prop_force" "110" "ttt_spec_prop_rechargetime" ".7" //Admin-related "ttt_idle_limit" "180" "ttt_namechange_kick" "1" "ttt_namechange_bantime" "" "ttt_ban_type" "ulx" //Miscellaneous "ttt_detective_hats" "1" "ttt_ragdoll_collide" "0" sv_minrate 100000 sv_maxrate 0 [/CODE]
Sorry, you need to Log In to post a reply to this thread.