[Open]
[Close]
轉貼~~~~~~~~~~~~~~~~~~~~~~
找出left4dead2/left4dead2/addons/sourcemod/configs/core.vote.cfg 記事本並開啟 改成以下:
(請勿複製, 請一個一個字體 改!)
=========================================================
"Votes"
{
"mode"
{
"title" "Select Confogl mode"
"type" "list"
"cmd" "exec #1"
"options"
{
"Confgol2.2.2.cfg" "confogl2.2.2"
"0" "Cancel"
}
}
"Spectators"
{
"title" "Add spectator slots(4)"
"type" "confirm"
"cmd" "l4d_maxplayers 12"
"count" "1"
}
"RemoveSpectators"
{
"title" "Remove spectator slots"
"type" "confirm"
"cmd" "l4d_maxplayers 8"
"count" "1"
}
"votekick"
{
"title" "Kick player"
"type" "confirm"
"command" "sm_kick #1 \"Kicked by vote.\""
"trigger"
{
"command" "votekick"
"notice" "%u voted to kick #1"
"percent" "70"
"count" "4"
}
"params"
{
"1" "player"
}
}
}
===============================================