[Open]
[Close]
無線電一問(聰明人 / 高手入)
我係度試緊可唔可以製造一個bind制既菜單,但最後入game後叫不出菜單...
想問問大家覺得錯係邊...係入面果句野bind唔到,所以叫不出menu / 根本唔可以改入面既內容,所以menu無反應?
有無辦法可以修正?...
//--------------------------------------------------------------
"ControlMenu,Survivor,Alive"
{
"Center"
{
"command" ^"bind x +mouse_menu CommonMenu"
"text" "X to CommonMenu"
}
"West"
{
"command" ^"bind x +mouse_menu ResponeMenu"
"text" "X to ResponeMenu"
}
"East"
{
"command" ^"bind g +mouse_menu RMenu"
"text" "G to Rochelle"
}
"SouthEast"
{
"command" ^"bind g +mouse_menu CMenu"
"text" "G to Coach"
}
"SouthWest"
{
"command" ^"bind g +mouse_menu NMenu"
"text" "G to Nick"
}
"South"
{
"command" ^"bind g +mouse_menu EMenu"
"text" "G to Ellis"
}
"NorthWest"
{
"command" ^"bind g +mouse_menu ItemMenu"
"text" "G to Item"
}
"North"
{
"command" ^"bind g +mouse_menu SiMenu"
"text" "G to zombie"
}
"NorthEast"
{
"command" ^"say I don't wanna die!~"
"text" "say I don't wanna die!~"
}
}
//---------------------------------------------------