Инсталирайте 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)
Украински (Українська)
Докладване на проблем с превода
"MinHumanity": -1000, // This is the Minimum humanity the player is allowed to have to enter the zone
"MaxHumanity": 1000, // This is the Maximum humanity the player is allowed to have to enter the zone
If I want to set a zone for bandits only; everyone with a humanity of -100 or lower, how do I set these settings?
So you can do this
"Name": "Hero Zone",
"X": 8353.77,
"Z": 5990.13,
"KillRadius": 300,
"MinHumanity": 1000,
"MaxHumanity": 50000,
"WarningRadius": 75,
"ShowWarningMsg": 1,
"WarningMessage": "!!Warning!! you are about to enter the Hero Zone if you continue you will be shot!",
"ShowWelcomeMsg": 1,
"WelcomeMessage": "Welcome to the Hero Zone",
"WelcomeIcon": "HeroesAndBandits/gui/images/BambiNotification.paa",
"WelcomeMessageColor": [
200,
0,
200,
200
],
"OverrideSafeZone": 0,
"GodModPlayers": 1,
"Guards": [
{
"X": 8351.77,
"Y": 292.002,
"Z": 5990.13,
"Orientation": 0,
"Skin": "SurvivorM_Francis",
"WeaponInHands": "M4A1",
"WeaponInHandsMag": "Mag_STANAGCoupled_30Rnd",
"WeaponInHandsAttachments": [
"M4_RISHndgrd",
"M4_OEBttstck",
"M68Optic"
],
"GuardGear": [
"PlateCarrierVest",
"JungleBoots_Black",
"CargoPants_Black",
"M65Jacket_Black"
]
}
]
}
Could anyone please give suggestions as to why my zones are not working , everything else appears to be .
Your warning radius needs to be bigger than the kill radius if you want people warned 75 meters before they enter the zone, it would need to be 375 if your kill radius is 300
EX:
{
"Name": "Arena Zone",
"X": 0,
"Z": 0,
"WarningRadius": 200,
"DisableHerosAndBanditsRadius": 150,
"MinHumanity": -0,
"MaxHumanity": 0,
"ShowWarningMsg": 1,
"WarningMessage": "!!Warning!! you are about to enter Arena Zone if you continue all Heroes and Bandits Stats will be rendered inop!",
"ShowWelcomeMsg": 1,
"WelcomeMessage": "Welcome to the Arena Zone",
"WelcomeIcon": "HeroesAndBandits/gui/images/BambiNotification.paa",
"WelcomeMessageColor": [
200,
0,
200,
200
],
but that is a good suggestions Ill see what I can do add that feature in the future.
thank you for your attention !
https://daemonforge.dev/Json