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
"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