Files
Elite-Gaming-FiveM/resources/BigDaddy-Hunting/menu.json
T
2025-11-29 01:18:59 -08:00

38 lines
624 B
JSON

[
{
"id": "choosehunting",
"icon": "choosehunting",
"description": "Start Hunting",
"action": "starthunting",
"actionType": "command",
"close": true
},
{
"id": "map",
"icon": "map",
"description": "Show Hunting Grounds Map",
"actionType": "command",
"action": "huntingmap",
"close": true
},
{
"id": "kills",
"icon": "kills",
"description": "Show Hunting Kills",
"actionType": "command",
"action": "huntingkillmenu",
"close": true
},
{
"id": "clear",
"icon": "clear",
"description": "Clear Animals",
"actionType": "command",
"action": "clearzone",
"close": true
}
]