安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






SCRIPT (W): @"ZFKillfeed/Scripts/4_World/killfeed.c,267": Missing ';' at the end of line
-Perry
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2011206996&searchtext=Killfeed
https://psteamcommunity.yuanyoumao.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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1590841260&searchtext=
PVP+PVE
IP 194.147.120.13:2302
Server Name [RUS] Free for all {链接已删除}(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