注册 | 登录

游侠NETSHOW论坛





查看: 6105|回复: 6
打印 上一主题 下一主题

[求助] 求个位大侠帮忙!关于L4D的OP预留通道怎么设置啊! [复制链接]

帖子
51
精华
0
积分
15
金钱
86
荣誉
0
人气
0
评议
0
跳转到指定楼层
楼主
发表于 2009-7-8 18:54:40 |只看该作者 |倒序浏览
我是用srcds 开的服务器!!不知道怎么设置OP预留通道呢!不想老T人啊!各位帮个忙吧

使用道具 举报

帖子
1160
精华
0
积分
663
金钱
3834
荣誉
8
人气
34
评议
0
沙发
发表于 2009-7-9 04:40:03 |只看该作者
cfg/sourcemod/sourcemod.cfg

slots那几段.

使用道具 举报

帖子
1160
精华
0
积分
663
金钱
3834
荣誉
8
人气
34
评议
0
板凳
发表于 2009-7-9 04:40:39 |只看该作者
slots type 那段改为1,这样会首先T出 旁观然,然后依次是PING高者.

使用道具 举报

帖子
51
精华
0
积分
15
金钱
86
荣誉
0
人气
0
评议
0
地板
发表于 2009-7-9 14:47:12 |只看该作者
就是带有SLOTY      和TYPE的那几段参数都改成1就可以了吗?

使用道具 举报

帖子
51
精华
0
积分
15
金钱
86
荣誉
0
人气
0
评议
0
5#
发表于 2009-7-9 14:56:23 |只看该作者
// 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 15

// 最大支持玩家数量
sv_maxplayers 10

//是否移除玩家数量限制
sv_removehumanlimit 2

// 是否解除僵尸数量限制
sv_unlock_sb_add 0

// 是否解除游戏模式限制
sv_unlockgamemode 0

// 告知外界游戏人数,该参数只是显示用,修改该参数不限制玩家玩
sv_visiblemaxplayers 8

// 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"

// Sets how SourceMod should check immunity levels when administrators target
// each other.
// 0: Ignore immunity levels (except for specific group immunities).
// 1: Protect from admins of lower access only.
// 2: Protect from admins of equal to or lower access.
// 3: Same as 2, except admins with no immunity can affect each other.
// --
// Default: 1
sm_immunity_mode 1

// Sets how many seconds SourceMod should adjust time values for incorrect
// server clocks.  This can be positive or negative and will affect every
// system time in SourceMod, including logging stamps.
// --
// Default: 0
sm_time_adjustment 0

// 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 how the reserved slots plugin operates. Valid values are:
// 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
// 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and
// no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
// slots always remains free. The only situation where the reserved slot(s) can become properly occupied is
// if the server is full with reserve slot access clients.
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserve_type 1

// 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 1

// 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 1

// Specifies whether or not non-admins can send messages to admins using
// say_team @<message>. Valid values are 0 (disabled) or 1 (enabled)
// --
// Requires: basechat.smx
// Default: 1
sm_chat_mode 1

// Specifies whether or not "timeleft" will automaticly be triggered every
// x seconds. Valid values are 0 (disabled) to 1800 seconds.
// --
// Requires: 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)
// --
// Requires: basetriggers.smx
// Default: 1
sm_trigger_show 1


我都设置了!怎么我是管理员怎么在满人的时候没办法进去啊

使用道具 举报

帖子
1160
精华
0
积分
663
金钱
3834
荣誉
8
人气
34
评议
0
6#
发表于 2009-7-9 15:23:48 |只看该作者
sm_reserve_type 1

// 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 1

// 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

这样试下.

使用道具 举报

帖子
3
精华
0
积分
2
金钱
209
荣誉
0
人气
0
评议
0
7#
发表于 2011-4-24 10:30:18 |只看该作者
看了半天也没看明白

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

手机版|Archiver|游侠NETSHOW论坛 ( 苏ICP备2023007791号 )

GMT+8, 2025-10-30 11:06 , Processed in 0.310728 second(s), 12 queries , Gzip On, Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

分享到