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
[ERROR] addons/weapon_selection/lua/autorun/server/weaponselection.lua:14: attempt to call method 'GetPrimaryAmmoType' (a nil value)
1. GivePlayerWeapon - addons/weapon_selection/lua/autorun/server/weaponselection.lua:14
2. fn - addons/weapon_selection/lua/autorun/server/weaponselection.lua:28
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:179
4. Spawn - [C]:-1
5. SpawnForRound - gamemodes/terrortown/gamemode/player_ext.lua:326
6. SpawnWillingPlayers - gamemodes/terrortown/gamemode/init.lua:727
7. unknown - gamemodes/terrortown/gamemode/init.lua:558
Nebenbei: Wirklich gutes Addon!
@Synoth Du musst den Hook "TTTScoreboardColumns" nutzen (http://ttt.badking.net/guides/hooks) ->
hook.Add("TTTScoreboardColumns", "AnHookToCreateCols", function(pnl)
pnl:AddColumn("ID", function(ply) return ply:UserID() end)
end)
Changing the starting credits for the hitman seems to be broken. Even if you set them to something other than 0, the hitman never seems to spawn with any credits initially. Earning credits is fine though.
Occasionally, the game will display the killer info in german for no apparent reason, which can be a bit confusing for non-german players.
the hitman is configured never to give Credits anyway, except for his target. It doesn't matter what value you fill in.
UPDATE: In the next bigger update this should be possible.
And for the second case:
I can't reproduce this case on my server. Do you have any other killer info installed?