View Single Post
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 07-28-2014 , 06:18   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #727

Im getting this following error
Code:
GC Connection established for server version 0, instance idx 2
L 07/28/2014 - 12:20:48: [SM] Plugin encountered error 25: Call was aborted
L 07/28/2014 - 12:20:48: [SM] Native "SetFailState" reported: Duplicate sound set: hl1
L 07/28/2014 - 12:20:48: [SM] Displaying call stack trace for plugin "mapchooser_extended_sounds.smx":
L 07/28/2014 - 12:20:48: [SM]   [0]  Line 383, C:\Projects\SourceMod\plugins\mapchooser-extended\addons\sourcemod\scripting\mapchooser_extended_sounds.sp::LoadSounds()
L 07/28/2014 - 12:20:48: [SM]   [1]  Line 141, C:\Projects\SourceMod\plugins\mapchooser-extended\addons\sourcemod\scripting\mapchooser_extended_sounds.sp::OnPluginStart()
[SM] Loaded plugin mapchooser_extended_sounds.smx successfully.
And i have only set the soundset from the cfg/sourcemod/mapchooser_extended_sounds.cfg

EDIT: Fixed. I just need to get them precache on CSGO and i heard the SM Downloader is not working in CSGO:
Code:
SV_StartSound: sourcemod/mapchooser/hl1/eight.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/seven.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/six.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/five.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/four.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/three.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/two.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/one.wav not precached (0)
SV_StartSound: sourcemod/mapchooser/hl1/startyourvoting.mp3 not precached (0)
I have FastDL setup and it downloads them yes but idk why it dosent work

Last edited by Automicbomb; 07-28-2014 at 08:06.
Automicbomb is offline