|
楼主 |
发表于 2008-9-12 12:01:42
|
显示全部楼层
来自 中国–广东–云浮
回复: 请教,podbot机器人那个命令是玩家进入自动减少机器人?
:gogo:谢了,其实不用插件也可以的.原来主要是调
# These 2 lines below supports a minimum and maximum number
# of bots running on a server. Bots will be added to the server
# until the total number of players (bots and humans) reaches the
# max_bots value. Each time a new player joins the server, a bot will be
# kicked from the server unless there are only min_bots number of bots
# currently on the server. After players disconnect from the server, bots
# will be automatically added back to the server until the total number
# of players reaches max_bots again. You should make max_bots be AT LEAST
# one less than the maxplayers value (otherwise no one will be able to join
# your server).
# These 2 cvars below are limits for the function pb fillserver
# and pb removebots.
# You can stop this function by writing pb_maxbots = 0.
# Ths function is also not working in the case if pb_bot_quota_match
# is grater than 0 (in that case amount of bots follow the number
# humans * pb_bot_quota_match - of course in the min/maxbots limit).
pb_minbots 0
pb_maxbots 0
pb_bot_quota_match 0
这三个参数.... |
|