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 發表的 : 怎麼這麼難