Raised This Month: $ Target: $400
 0% 

mapvote


Post New Thread Reply   
 
Thread Tools Display Modes
CS:S*
BANNED
Join Date: Jun 2009
Old 09-29-2009 , 10:05   Re: mapvote
Reply With Quote #521

Code:
L 09/29/2009 - 17:10:40: SourceMod error session started
L 09/29/2009 - 17:10:40: Info (map "de_dust2") (file "errors_20090929.log")
L 09/29/2009 - 17:10:40: [mapchooser.smx] sound file megavoteend.mp3 does not exist.
L 09/29/2009 - 17:10:40: [mapvote.smx] Error on line 211, map "de_disaster_town_final" could not be found. 
L 09/29/2009 - 17:10:40: [mapvote_reweight.smx] Database failure: Could not find database conf "default"
L 09/29/2009 - 17:11:06: SourceMod error session started
L 09/29/2009 - 17:11:06: Info (map "de_dust2") (file "errors_20090929.log")
L 09/29/2009 - 17:11:06: [mapchooser.smx] sound file megavoteend.mp3 does not exist.
L 09/29/2009 - 17:11:06: [mapvote.smx] Error on line 211, map "de_disaster_town_final" could not be found. 
L 09/29/2009 - 17:11:06: [mapvote_reweight.smx] Database failure: Could not find database conf "default"
CS:S* is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 09-29-2009 , 10:07   Re: mapvote
Reply With Quote #522

>> [mapchooser.smx] sound file megavoteend.mp3 does not exist.

so?
__________________
altex is offline
CS:S*
BANNED
Join Date: Jun 2009
Old 09-29-2009 , 10:17   Re: mapvote
Reply With Quote #523

i have the sounds here :

/cstrike/sound/sourcemod

what to write in :

sm_mapvote_sound_votestart ".........."

sm_mapvote_sound_votestart "sound/sourcemod/megavotestart.mp3"

???

correct ?
CS:S* is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 09-29-2009 , 10:18   Re: mapvote
Reply With Quote #524

Quote:
Originally Posted by CS:S* View Post
i have the sounds here :

/cstrike/sound/sourcemod

what to write in :

sm_mapvote_sound_votestart ".........."

sm_mapvote_sound_votestart "sound/sourcemod/megavotestart.mp3"

???

correct ?
ofcourse not
sm_mapvote_sound_votestart "sourcemod/megavotestart.mp3"


FYI
// Sound that is being played when a vote ends. (relative to $basedir/sound/)
// -
// Default: "sourcemod/mapchooser/voteend.mp3"
sm_mapvote_sound_voteend "sourcemod/voteend.wav"

// Sound that is being played when a vote starts. (relative to $basedir/sound/)
// -
// Default: "sourcemod/mapchooser/votestart.mp3"
sm_mapvote_sound_votestart "sourcemod/votestart.wav"
__________________
altex is offline
CS:S*
BANNED
Join Date: Jun 2009
Old 09-29-2009 , 10:23   Re: mapvote
Reply With Quote #525

now no more erros but still not downloading and the problem with this DB stays why ?

Code:
L 09/29/2009 - 17:29:33: SourceMod error session started
L 09/29/2009 - 17:29:33: Info (map "de_dust2") (file "errors_20090929.log")
L 09/29/2009 - 17:29:33: [mapvote.smx] Error on line 211, map "de_disaster_town_final" could not be found. 
L 09/29/2009 - 17:29:33: [mapvote_reweight.smx] Database failure: Could not find database conf "default"
CS:S* is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 09-29-2009 , 10:43   Re: mapvote
Reply With Quote #526

Quote:
Originally Posted by CS:S* View Post
now no more erros but still not downloading and the problem with this DB stays why ?

Code:
L 09/29/2009 - 17:29:33: SourceMod error session started
L 09/29/2009 - 17:29:33: Info (map "de_dust2") (file "errors_20090929.log")
L 09/29/2009 - 17:29:33: [mapvote.smx] Error on line 211, map "de_disaster_town_final" could not be found. 
L 09/29/2009 - 17:29:33: [mapvote_reweight.smx] Database failure: Could not find database conf "default"
remove mapvote_reweight.smx
__________________
altex is offline
CS:S*
BANNED
Join Date: Jun 2009
Old 09-29-2009 , 10:55   Re: mapvote
Reply With Quote #527

still not downloading the sounds
CS:S* is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 09-29-2009 , 11:00   Re: mapvote
Reply With Quote #528

Quote:
Originally Posted by CS:S* View Post
still not downloading the sounds
post some info here

sm_mapvote_sound_voteend
sm_mapvote_sound_votestart
sv_downloadurl
error logs
pure_server_whitelist.txt
and check that files are really exests and server has rights to access them
__________________
altex is offline
CS:S*
BANNED
Join Date: Jun 2009
Old 09-29-2009 , 11:16   Re: mapvote
Reply With Quote #529

Code:
// Sound that is being played when a vote ends. (relative to $basedir/sound/)
// -
// Default: "sourcemod/mapchooser/voteend.mp3"
sm_mapvote_sound_voteend "sourcemod/megavoteend.mp3"

// Sound that is being played when a vote starts. (relative to $basedir/sound/)
// -
// Default: "sourcemod/mapchooser/votestart.mp3"
sm_mapvote_sound_votestart "sourcemod/megavotestart.mp3"
no errors in logs ,my sv_pure is 0 files have rights and are in the dirs
CS:S* is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 09-29-2009 , 11:22   Re: mapvote
Reply With Quote #530

Quote:
Originally Posted by CS:S* View Post
Code:
// Sound that is being played when a vote ends. (relative to $basedir/sound/)
// -
// Default: "sourcemod/mapchooser/voteend.mp3"
sm_mapvote_sound_voteend "sourcemod/megavoteend.mp3"

// Sound that is being played when a vote starts. (relative to $basedir/sound/)
// -
// Default: "sourcemod/mapchooser/votestart.mp3"
sm_mapvote_sound_votestart "sourcemod/megavotestart.mp3"
no errors in logs ,my sv_pure is 0 files have rights and are in the dirs
1) delete these files from your local counter-strike dir and try again
2) you did not answer about downloadurl
3) recheck that these files are playable in mediaplayer for example
4) sm_mapvote_enablesounds
__________________
altex is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode