Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Open up WeaponPickupMessage.ini (in system folder), and edit the "WeaponPickupMessage" line.
Unless you mean weapon names, in which case I have no idea how that would work.
It's 100% server side, so clients stay untouched.
Checked all the files this time, so should be fixed now.
you say "Definitely not caused by this mutator, there's neither "hello" nor "world" words in the class files." but it's not true.
function Timer() {
local controller C;
for (C = Level.ControllerList; C != None; C = C.nextController) {
if (C.IsA('PlayerController'))
PlayerController(C).TeamMessage(None, "HELLO WORLD!", 'Test');
No idea how it ended up there, but I've fixed it now.
problem with dedicated server
file: WeaponPickupMessage.u
function Timer() {
local controller C;
for (C = Level.ControllerList; C != None; C = C.nextController) {
if (C.IsA('PlayerController'))
PlayerController(C).TeamMessage(None, "HELLO WORLD!", 'Test');
Check here version by Flame:
http://killingfloor . ru/xforum/threads/kfargbuchonopq.949/