|
楼主 |
发表于 2003-6-27 12:02:04
|
显示全部楼层
来自 中国–浙江–杭州
看一下用法 要自己设置一下
Usage:
* amx_dm_vote Initiate a DeathMatch AutoPilot vote session.
* If DM is enabled, it will be disabled if voted off.
* amx_dmauto_enable Enable DeathMatch AutoPilot
* amx_dmauto_disable Disable Deathmatch AutoPilot
* amx_dm_enable Enable DeathMatch without AutoPilot
* amx_dm_disable Disable DeathMatch without AutoPilot
* amx_dm_roundtime Set Round Time of Autopilot Matches
*
* Cvars:
* dm_ap_always_enable 1or0 1 = DM Autopilot is ALWAYS enabled. Stick in server.cfg
* amx_respawn_roundtime Amount of time that each Autopilot round lasts
* amx_spawn_protect Protect spawning user for a few seconds. Player glows during
* protection period.
* amx_spawn_protect_time Amount of time to protect newly spawned user
*
* DESCRIPTION:
* Deathmatch AutoPilot takes the respawn mod to the next level. Respawn sessions last for as long
* as the admin defines the amx_respawn_time. Players keep respawning during the time alloted
* and a warning is anounced upon round end. If you can stay standing at the end of the match
* your considered a bad ass.
*
* During the respawn period, a protection time is set on the person to protect from spawn campers.
* In addition, the person glows during protection time so that others can avoid them. Before
* this change, the oppisite team would simply camp in your spawn start area. This adds a little
* more excitement.
* |
|