if( TeamCreated[key-1] == true ) SubSubTeamStateMenu( id , key ) else client_print( id , print_chat , "你所选择的队伍未被建立" )
if( item == MEXIT_ALL ) { menu_destroy( menu ); }
下面是引用 sonic0103 于 2012-05-18 03:57 发表的 : 看来程式没问题,编译也正常通过。 但我会把swich整段改用if判断式来替代成以下这样 [code] if( TeamCreated[key-1] == true ) SubSubTeamStateMenu( id , key ) .......