Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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/