|
发表于 2005-1-3 03:03:25
|
显示全部楼层
来自 中国–重庆–重庆
请问,在AMXX1.0里是如何设置调用SERVER.CFG的呢,我用的是AMX Match Deluxe(180) 是Works with AMXX 0.16 or more only。
You can even use a menu to load your matchs
Usage:
------
With commands:
To load a match: amx_match <CT's clan tag> <T's clan tag> <mrXX or tlXX> <Config filename> [recdemo|rechltv|recboth]
or amx_match2 <mrXX or tlXX> <Config filename> [recdemo|rechltv|recboth]
for exemple: amx_match SK eoL mr12 ecup recboth
amx_match2 mr12 ecup recboth
These will load a match with MaxRound 12 rule,
using ecup.cfg server config file, and will record demos, HLTV demos & take screenshots
of every players.
P.S: if your clan tag has a space, use "". ex: "SK swe"
To stop a match: amx_match_stop or "say /stop"
To force the start of a match: amx_match_start or "say /start"
To swap teams: amx_swapteams
To tell to the server the HLTV adminpassword: amx_match_hltv <HLTV adminpassword>
The Menu:
---------
First you must configure the menu.
You must use amx_match_tmenu <matchtype>... to add match type
and amx_match_cmenu <config name> <config filename> to add match config file
Concretely, put this into your admin.cfg file: ?????ADMIN.CFG???在哪里???? :10:
amx_match_tmenu "mr12" "mr15" "tl10" "tl15" "tl20" "tl30"
amx_match_cmenu "EuroCup Config" "ecup"
amx_match_cmenu "CAL config" "cal"
When it's done, just use amx_match_menu command and the menu will popup, allowing you to choose your match :)
楼上Return兄,你的汉化版AMX Match Deluxe 是在哪下的呢?适不适合AMXX1.0啊 |
|