Files
Elite-Gaming-FiveM/resources/BigDaddy-Fishing/menu.json
T
2026-02-21 14:30:25 -08:00

39 lines
638 B
JSON

[
{
"id": "choosefishing",
"icon": "choosefishing",
"description": "Start Fishing",
"action": "startfishing",
"actionType": "command",
"close": true
},
{
"id": "map",
"icon": "map",
"description": "Show Fishing Grounds Map",
"actionType": "command",
"action": "fishingmap",
"close": true
},
{
"id": "kills",
"icon": "kills",
"description": "Show Fishing Catches",
"actionType": "command",
"action": "catchmenu",
"close": true
},
{
"id": "anchor",
"icon": "anchor",
"description": "Set/Release Anchor in a Boat",
"actionType": "command",
"action": "setanchor",
"close": true
}
]