Garrys-Mod

更改“ttt_radio traitor”在 GMod 中所說的內容

  • April 7, 2015

ttt_radio traitor想說點別的[name] is a traitor!

我見過人們ttt_radio imwith在將其更改為I see [name]. 我該怎麼做?

老問題,但是您可以更改此類內容的綁定/directory_path_to_game/lang/english.lua(如果您正在執行使用外語的伺服器,則將english.lua替換為language.lua)並且它應該位於L.quick_traitor.

我認為他們只是使用了see名稱。

用於發送快速聊天的控制台命令是“ttt_radio”。您需要通過添加名稱來提供要發送的快速聊天文本,例如:“ttt_radio help”以發送“Help!” 聊天。將其綁定到鍵可能如下所示:

bind "h" "ttt_radio help"

當然是進入控制台了。這些是可能的快速聊天名稱:

Name    Text
yes     Yes.
no      No.
help    Help!
imwith  I'm with (player you aim at).
see     I see (player you aim at).
traitor (player you aim at) is the traitor!
suspect (player you aim at) acts suspicious.
check   Anyone still alive?

來源:http ://ttt.badking.net/help

所以基本上你必須在控制台中綁定“key”“ttt_radio name”,當你按下那個鍵時它會喊出文本

引用自:https://gaming.stackexchange.com/questions/151678