Files
Elite-Gaming-FiveM/resources/BigDaddy-Jobs-BusDriver/menu.json
T
2025-11-01 22:17:29 -07:00

44 lines
744 B
JSON

[
{
"id": "mplsia",
"icon": "1",
"description": "Mirror Park/LSIA",
"actionType": "command",
"action": "startroute 1",
"close": true
},
{
"id": "dp",
"icon": "2",
"description": "Del Perro",
"actionType": "command",
"action": "startroute 2",
"close": true
},
{
"id": "shpbgoh",
"icon": "3",
"description": "Sando Shores/Paleto Bay/GOH",
"actionType": "command",
"action": "startroute 3",
"close": true
},
{
"id": "pierdt",
"icon": "4",
"description": "Pier/Downtown",
"actionType": "command",
"action": "startroute 4",
"close": true
},
{
"id": "quit",
"icon": "quit",
"description": "Clock Out/Stop Route",
"actionType": "command",
"action": "stoproute",
"close": true
}
]