wc3_Bar( id ) { if ( SHARED_IsOnTeam( id ) ) { // Display the item + race info with a hudmessage if ( g_MOD == GAME_CSTRIKE || g_MOD == GAME_CZERO ) { if ( is_user_alive( id ) ) { new g_msg //Create_StatusText( id, 0, szString ); set_hudmessage( 255, 255, 255, 0.009, 0.87, 0, 1.0, 5.0, 0.1, 0.2, -1); show_hudmessage( id, szString ); return; } } // Display the item + race info with a hudtext else if ( g_MOD == GAME_DOD ) { Create_HudText( id, szString, 1 ); } } return; }
下面是引用 zxzyman 于 2012-04-02 21:46 发表的 : 回1楼大~ 我在 inl 发现不是 public 开头 而是这样 WC3_ShowBar( id ) { ... ... } (我这样打可能不大清楚,我把内容上传) 请问这样应该怎么处理..
下面是引用 s159h367iu 于 2012-07-01 09:28 发表的 : 怎么这么难