Raised This Month: $32 Target: $400
 8% 

PrintVotes not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
itzty.
Junior Member
Join Date: Jan 2019
Old 01-12-2019 , 09:23   PrintVotes not working
Reply With Quote #1

So I have a css server and I have mapchooser.

But in mapchooser.cfg there was no printvotes option so I added it but the votes still not print.

What should I do ?
itzty. is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 01-12-2019 , 18:12   Re: PrintVotes not working
Reply With Quote #2

Mapchooser itself doesn't have a printvotes setting. Sourcemod itself has some print vote options in its sourcemod.cfg though:

Code:
// Specifies whether or not to display vote progress to clients in the
// "hint" box (near the bottom of the screen in most games).
// Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_hintbox 0

// Specifies whether or not to display vote progress to clients in the
// chat area. Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_chat 0

// Specifies whether or not to display vote progress in the server console.
// Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_console 0

// Specifies whether or not to display vote progress to clients in the
// client console. Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_client_console 0
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Reply


Thread Tools
Display Modes

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 04:25.


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