bumped the menu api version (oops) and added sm_vote_delay to sourcemod.cfg

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401298
This commit is contained in:
David Anderson 2007-08-09 19:14:15 +00:00
parent e6fa620ae2
commit 000d5792e3
2 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,13 @@ sm_show_activity 13
// Default: 1
sm_menu_sounds 1
// Specifies how long of a delay, in seconds, should be used in between votes
// that are "public" or can be spammed. Whether or not this delay is obeyed
// is dependent on the menu/command.
// --
// Default: 30
sm_vote_delay 30
// Specifies the amount of time that is allowed between chat messages. This
// includes the say and say_team commands. If a client sends a message faster
// than this time, they receive a flood token. When the client has accumulated

View File

@ -37,7 +37,7 @@
#include <IHandleSys.h>
#define SMINTERFACE_MENUMANAGER_NAME "IMenuManager"
#define SMINTERFACE_MENUMANAGER_VERSION 9
#define SMINTERFACE_MENUMANAGER_VERSION 10
/**
* @file IMenuManager.h