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
SCRIPT (W): @"ZFKillfeed/Scripts/4_World/killfeed.c,267": Missing ';' at the end of line
-Perry
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2011206996&searchtext=Killfeed
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2204076068
Please unblock me for a while I will fix everything
Since 1 person misled me and presented me a mod on their behalf
I believed him and got caught
I promise to fix everything at once
url:https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1590841260&searchtext=
PVP+PVE
IP 194.147.120.13:2302
Server Name [RUS] Free for all {LINK REMOVED}(https://vk.com/sxd_family)
Map ChernarusPlus
Players 30
Version 1.07.152959
СЕРВЕР АБСОЛЮТНО БЕСПЛАТНЫЙ ДЛЯ ВСЕХ !!!
Also is there meant to be some config filesin my server profiel folder i can adjust becasue i dont see anything
WIN-7M05C2NUE03, 11.10 2019 22:05:47
NULL pointer to instance
Class: 'PluginAdminLog'
Function: 'PlayerHitBy'
Stack trace:
ZFKillfeed/Scripts/4_World/killfeed.c:100
scripts/4_World/entities\manbase\playerbase.c:565
ToxicZone/scripts/4_World/entities\manbase\playerbase.c:53
I can't use c++
private string PlayerIdentityName = "empty"; string GetPlayerIdentityName() { return this.PlayerIdentityName; } void SetPlayerIdentityName(string name) { this.PlayerIdentityName = name; }
Then added in PlayerBase -> EEKilled
SurvivorBase sbKilled = this; if (killer.IsMan()) { Man manKiller = Man.Cast(killer); GetGame().ChatPlayer( 0, sbKilled.GetPlayerIdentityName() + " Killed By " + manKiller.GetIdentity().GetName()); } else { GetGame().ChatPlayer( 0, sbKilled.GetPlayerIdentityName() + " Killed by zombie/bleedout/fall?"); }
and added in PlayerBase -> OnConnect
SurvivorBase sb = this; sb.SetPlayerIdentityName(this.GetIdentity().GetName());
How can I add it in playbase and survivorBase ?
Thank you very much