Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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://test-steamproxy.haloskins.io/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