Files
2025-09-06 03:52:13 -07:00

268 lines
5.4 KiB
JSON

[
{
"id": "Idle",
"icon": "cop",
"description": "Cop Idle Toggle",
"actionType": "command",
"action": "copidle",
"close": true
},
{
"id": "Flashlight",
"icon": "flashlight",
"description": "Flashlight",
"close": true,
"items": [
{
"id": "flashlightPoint",
"icon": "flashlight",
"description": "Pointable Flashlight",
"actionType": "command",
"action": "flashlight 3",
"close": true
},
{
"id": "flashlightShoulder",
"icon": "flashlight",
"description": "Shoulder Flashlight",
"actionType": "command",
"action": "flashlight 1",
"close": true
},
{
"id": "flashlightWaist",
"icon": "flashlight",
"description": "Waist Level Flashlight",
"actionType": "command",
"action": "flashlight 2",
"close": true
}
]
},
{
"id": "Detain",
"icon": "detain",
"description": "Detain Actions",
"close": true,
"items": [
{
"id": "Cuff",
"icon": "handcuffs",
"description": "Cuff Player",
"actionType": "command",
"action": "cuff",
"close": true
},
{
"id": "CuffHard",
"icon": "arrest",
"description": "Cuff Player (Hard)",
"actionType": "command",
"action": "cuffh",
"close": true
},
{
"id": "Uncuff",
"icon": "no",
"description": "Uncuff Player",
"actionType": "command",
"action": "uncuff",
"close": true
},
{
"id": "Grab",
"icon": "grab_hand",
"description": "Grab & Guide Player",
"actionType": "command",
"action": "grab",
"close": true
},
{
"id": "Frisk",
"icon": "search",
"description": "Frisk Player",
"actionType": "command",
"action": "frisk",
"close": true
},
{
"id": "searchcar",
"icon": "searchcar",
"description": "Search Vehicle For Drugs/Weapons",
"actionType": "command",
"action": "searchvehicle",
"close": true
},
{
"id": "searchbomb",
"icon": "searchcar",
"description": "Search Vehicle For Bombs",
"actionType": "command",
"action": "bombsearchvehicle",
"close": true
},
{
"id": "Breath",
"icon": "drink",
"description": "Breathalyzer",
"actionType": "command",
"action": "breath",
"close": true
},
{
"id": "DrugSwab",
"icon": "test",
"description": "Drug Swab Test",
"close": true,
"items": [
{
"id": "DragSwabWeed",
"icon": "weed",
"description": "Test for Weed",
"actionType": "command",
"action": "drugswab Weed",
"close": true
},
{
"id": "DragSwabMeth",
"icon": "meth",
"description": "Test for Meth",
"actionType": "command",
"action": "drugswab Meth",
"close": true
},
{
"id": "DragSwabOpiates",
"icon": "pills",
"description": "Test for Opiates",
"actionType": "command",
"action": "drugswab Opiates",
"close": true
},
{
"id": "DragSwabXTC",
"icon": "pills2",
"description": "Test for MDMA",
"actionType": "command",
"action": "drugswab MDMA",
"close": true
},
{
"id": "DragSwabLSD",
"icon": "lsd",
"description": "Test for LSD",
"actionType": "command",
"action": "drugswab LSD",
"close": true
},
{
"id": "DragSwabAlcohol",
"icon": "drink",
"description": "Test for Alcohol",
"actionType": "command",
"action": "breath",
"close": true
},
{
"id": "DragSwabAll",
"icon": "test",
"description": "Test for ALL",
"actionType": "command",
"action": "drugswab All",
"close": true
}
]
},
{
"id": "pullcar",
"icon": "caropen",
"description": "Pull Player From Car (Violent)",
"actionType": "command",
"action": "pull",
"close": true
}
]
},
{
"id": "CopVehicle",
"icon": "policecar",
"description": "Police Vehicle Actions",
"close": true,
"items": [
{
"id": "Spotlight",
"icon": "spotlight",
"description": "Vehicle Spotlight",
"actionType": "command",
"action": "spotlight",
"close": true
},
{
"id": "placeincar",
"icon": "policecar",
"description": "Put/Get Player in/out Car",
"actionType": "command",
"action": "seat",
"close": true
},
{
"id": "TrafficControl",
"icon": "cone-striped",
"description": "Traffic Control in Trunk",
"actionType": "command",
"action": "trunkitems",
"close": true
}
]
},
{
"id": "megaphone",
"icon": "megaphone",
"description":"Megaphone",
"actionType": "command",
"action": "megaphone",
"close" : true
},
{
"id": "CIV",
"icon": "player",
"description": "CIV Actions",
"close": true,
"items": [
{
"id": "HandsUp",
"icon": "handsup",
"description": "Hands Up",
"actionType": "command",
"action": "hu",
"close": true
},
{
"id": "HandsUpKneel",
"icon": "arrest",
"description": "Hands Up Kneel",
"actionType": "command",
"action": "huk",
"close": true
},
{
"id": "DropWeapon",
"icon": "gun-",
"description": "Drop Current Weapon",
"actionType": "command",
"action": "drop",
"close": true
},
{
"id": "PickUpWeapon",
"icon": "gun+",
"description": "Pick Up Nearest Dropped Weapon",
"actionType": "command",
"action": "pickup",
"close": true
}
]
}
]