安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
We play with custom skins on our server and you can choose bodygroups, but the disguiser takes the standard bodygroups and PlayerColor.
Any chance this could be added?
Ich werde das bei gelegenheit nochmal testen. Danke für die schnelle Antwort
Sollte ja dank dem Update jetzt auch so bei Leichen möglich sein.
Do you know what is causing that ?
[ERROR] gamemodes/terrortown/entities/entities/weapon_ttt_adv_disguiser/shared.lua:7: attempt to index global 'SWEP' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/weapon_ttt_adv_disguiser/shared.lua:7
Hat auf jeden Fall immer mega Bock gemacht und ist sicherlich nicht OP :D
Danke für den schnellen Fix :D
Das Karma einzelner Spieler wird teilweise nicht angezeigt, das Wort "Karma" im Scoreboards (links von Score, Deaths und Ping) fehlt und Spieler die "Missing in Action" oder "Confirmed Dead" sind werden GAR NICHT mehr angezeigt
Natürlich kann auch eine Kombination verschiedener Addons dazu führen, dass dieser Fehler auftritt, ich konnte es allerdings nur beobachten, sobald der Advanced Disguiser aktiv war ;)
Hier unsere Kollektion, damit man dem Fehler evtl. genauer auf den Grund gehen kann: http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=782430312
It blows your cover immediately onced used.
Kannst du in die Funktion 'GAMEMODE:HUDDrawTargetID()' folgenden Code eintragen (deaktiviert NameTags wenn der Spieler im Deathmatch ist; entnommen von https://github.com/Tommy228/TTT_Spectator_Deathmatch/blob/master/lua/cl_spectator_deathmatch.lua#L309) :
if IsValid(ent) and ent:IsPlayer() then
if (ent:IsGhost() and not LocalPlayer():IsGhost()) or (not ent:IsGhost() and LocalPlayer():IsGhost() and not showalive:GetBool()) then
return
end
end
I also wrote I take no credits :D