6a05c0925c
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401365
89 lines
3.1 KiB
INI
89 lines
3.1 KiB
INI
// SourceMod Configuration File
|
|
// This file is automatically executed by SourceMod every mapchange.
|
|
|
|
|
|
// Specifies how admin activity should be relayed to users. Add up the values
|
|
// below to get the functionality you want.
|
|
// 1: Show admin activity to non-admins anonymously.
|
|
// 2: If 1 is specified, admin names will be shown.
|
|
// 4: Show admin activity to admins anonymously.
|
|
// 8: If 4 is specified, admin names will be shown.
|
|
// 16: Always show admin names to root users.
|
|
// --
|
|
// Default: 13 (1+4+8)
|
|
sm_show_activity 13
|
|
|
|
// Specifies whether menu sounds are enabled for menus created by SourceMod.
|
|
// Menu sounds can be further configured in addons/sourcemod/configs/core.cfg.
|
|
// --
|
|
// 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
|
|
|
|
// Default datetime formatting rules when displaying to clients.
|
|
// For full options, see: http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html
|
|
// --
|
|
// Default: %m/%d/%Y - %H:%M:%S
|
|
// 12 hour format: %m/%d/%Y - %I:%M:%S %p
|
|
sm_datetime_format "%m/%d/%Y - %H:%M:%S"
|
|
|
|
// 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
|
|
// 3 or more tokens, a warning message is shown instead of the chat message.
|
|
// --
|
|
// Requires: antiflood.smx
|
|
// Default: 0.75
|
|
sm_flood_time 0.75
|
|
|
|
// Specifies the number of reserved player slots. Users with the reservation
|
|
// admin flag set will be able to join the server when there are no public slots
|
|
// remaining. If someone does not have this flag, they will be kicked.
|
|
// (Public slots are defined as: maxplayers - number of reserved slots)
|
|
// --
|
|
// Requires: reservedslots.smx
|
|
// Default: 0
|
|
sm_reserved_slots 0
|
|
|
|
// Specifies whether or not reserved slots will be hidden (subtracted from max
|
|
// slot count). Valid values are 0 (visible) or 1 (hidden).
|
|
// --
|
|
// Requires: reservedslots.smx
|
|
// Default: 0
|
|
sm_hide_slots 0
|
|
|
|
// Specifies whether or not non-admins can send messages to admins using
|
|
// say_team @<message>. Valid values are 0 (disabled) or 1 (enabled)
|
|
// --
|
|
// Required: basechat.smx
|
|
// Default: 1
|
|
sm_chat_mode 1
|
|
|
|
// Specifies whether or not non-admins can send private messages to each other
|
|
// using say @@<target> <message>. Valid values are 0 (disabled) or 1 (enabled)
|
|
// --
|
|
// Required: basechat.smx
|
|
// Default: 1
|
|
sm_psay_mode 0
|
|
|
|
// Specifies whether or not "timeleft" will automaticly be triggered every
|
|
// x seconds. Valid values are 0 (disabled) to 1800 seconds.
|
|
// --
|
|
// Required: basetriggers.smx
|
|
// Default: 0
|
|
sm_timeleft_interval 0
|
|
|
|
// Specifies whether or not chat triggers are broadcast to the server or just
|
|
// the player who requested the info trigger. Valid values are 0 (Disabled) or
|
|
// 1 (Enabled)
|
|
// --
|
|
// Required: basetriggers.smx
|
|
// Default: 1
|
|
sm_trigger_show 1
|