Allow pick-ups at any location inside or outside the zone map.

JSON Source Code

{
    "event": "before_booking",
    "conditions": {
        "0": {
            "command": "administrator",
            "operator": "isTrue"
        },
        "1": {
            "command": "dispatcher",
            "operator": "isTrue"
        },
        "2": {
            "command": "owner",
            "operator": "isTrue"
        },
        "match": "any",
        "frequency": "unlimited"
    },
    "actions": {
        "0": {
            "command": "accept_job"
        }
    }