Event Item Guide ‐ Convoy, Police Situation - Ninjin89/ninjinspvppvewiki GitHub Wiki

Video Guides:

Items:

Added Ninjin_EventItem1-10 that can be used for Item Zones that are invisible and cant be interacted with:

The item is:

  • Invisible
  • Cant be picked up
  • Cant be attached
  • Cant be destroyed

image image

Inside Itemrules.json:

    "CreateZoneWhenItemSpawned": {
        "Ninjin_EventItem1": {
            "type": 1,
            "priority": 5,
            "enableCustomMessages": 1,
            "customTitle": "Police Situation Event Zone",
            "customMessageEnter": "You entered Police Situation Event Zone!",
            "customMessageExit": "You exited tPolice Situation Event Zone!",
            "customIcon": "NinjinsPvPPvE/gui/flag.edds",
            "notificationColor": -256,
            "days": "Monday Tuesday Wednesday Thursday Friday Saturday Sunday",
            "startHour": 0,
            "endHour": 24,
            "zoneAlpha": 255,
            "zoneRed": 255,
            "zoneGreen": 255,
            "zoneBlue": 0,
            "forceFirstPerson": 0,
            "radius": 100.0,
            "drawShape": 1,
            "drawStrikeZone": 0,
            "UsesDisallowedVehicles": 0
        }
    }

EXAMPLE for cfgeventgroups:

child type="Ninjin_EventItem1" deloot="0" lootmax="3" lootmin="1" x="-6.915" z="-10.795" a="36.096" y="-150.265"/>

Items must be on the ground to trigger zone creation via EnableItemSpawnZoneCreation in mainconfig set to 1.