@@ -1407,7 +1407,7 @@ function CreatePlayerHud(hPlayer) {
14071407 local strLanguage = GetClientLanguage (hPlayer. entindex ());
14081408 local hHud1 = Entities. CreateByClassname (" rd_hud_vscript" );
14091409 g_ent_HudAndVGui. append (hHud1);
1410- hHud1. __KeyValueFromString (" client_vscript" , " traitors_player_info .nut" );
1410+ hHud1. __KeyValueFromString (" client_vscript" , " challenge_traitors_player_info .nut" );
14111411 hHud1. Spawn ();
14121412 hHud1. Activate ();
14131413 hHud1. SetEntity (0 , hPlayer);
@@ -1434,7 +1434,7 @@ function CreatePlayerHud(hPlayer) {
14341434 // Hud1 Hud2 Hud4 用于显示团队信息,如果是观战,则显示简要的游戏规则
14351435 local hHud2 = Entities. CreateByClassname (" rd_hud_vscript" );
14361436 g_ent_HudAndVGui. append (hHud2);
1437- hHud2. __KeyValueFromString (" client_vscript" , " traitors_player_info .nut" );
1437+ hHud2. __KeyValueFromString (" client_vscript" , " challenge_traitors_player_info .nut" );
14381438 hHud2. Spawn ();
14391439 hHud2. Activate ();
14401440 hHud2. SetEntity (0 , hPlayer);
@@ -1462,7 +1462,7 @@ function CreatePlayerHud(hPlayer) {
14621462 // Hud1 Hud2 Hud4 用于显示团队信息,如果是观战,则显示简要的游戏规则
14631463 local hHud4 = Entities. CreateByClassname (" rd_hud_vscript" );
14641464 g_ent_HudAndVGui. append (hHud4);
1465- hHud4. __KeyValueFromString (" client_vscript" , " traitors_player_info .nut" );
1465+ hHud4. __KeyValueFromString (" client_vscript" , " challenge_traitors_player_info .nut" );
14661466 hHud4. Spawn ();
14671467 hHud4. Activate ();
14681468 hHud4. SetEntity (0 , hPlayer);
@@ -1489,7 +1489,7 @@ function CreatePlayerHud(hPlayer) {
14891489 // hHud3 用于内鬼团队显示一些特殊提示以及投票信息
14901490 local hHud3 = Entities. CreateByClassname (" rd_hud_vscript" );
14911491 g_ent_HudAndVGui. append (hHud3);
1492- hHud3. __KeyValueFromString (" client_vscript" , " traitors_player_info .nut" );
1492+ hHud3. __KeyValueFromString (" client_vscript" , " challenge_traitors_player_info .nut" );
14931493 hHud3. Spawn ();
14941494 hHud3. Activate ();
14951495 hHud3. SetEntity (0 , hPlayer);
@@ -1539,7 +1539,7 @@ function CreateMarineHudAndVGuiEntities() {
15391539function CreateMarineFlashbangHud (hMarine) {
15401540 local hHud = Entities. CreateByClassname (" rd_hud_vscript" );
15411541 g_ent_HudAndVGui. append (hHud);
1542- hHud. __KeyValueFromString (" client_vscript" , " traitors_flashbang .nut" );
1542+ hHud. __KeyValueFromString (" client_vscript" , " challenge_traitors_flashbang .nut" );
15431543 hHud. Spawn ();
15441544 hHud. Activate ();
15451545 hHud. SetEntity (0 , hMarine);
0 commit comments