AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   PrintVotes not working (https://forums.alliedmods.net/showthread.php?t=313514)

itzty. 01-12-2019 09:23

PrintVotes not working
 
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 ?

Powerlord 01-12-2019 18:12

Re: PrintVotes not working
 
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



All times are GMT -4. The time now is 18:57.

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