From 96a46ea00f3928e9c34f002e4b9c7725ec5ca6cc Mon Sep 17 00:00:00 2001 From: PenguScripts <102926606+PenguScript@users.noreply.github.com> Date: Sat, 17 Jan 2026 16:07:56 -0500 Subject: [PATCH] Add vehicle_menu to the Bridge Menu options Needed additional information for this example, spent 30 minutes lost because I didn't know it required an ID. --- docs/assets/pages/Community Bridge/Modules/Menu/menu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/assets/pages/Community Bridge/Modules/Menu/menu.md b/docs/assets/pages/Community Bridge/Modules/Menu/menu.md index 456d5a8..831172e 100644 --- a/docs/assets/pages/Community Bridge/Modules/Menu/menu.md +++ b/docs/assets/pages/Community Bridge/Modules/Menu/menu.md @@ -35,6 +35,7 @@ local Bridge = exports['community_bridge']:Bridge() -- Open a simple menu local menuId = Bridge.Menu.Open({ + id = "vehicle_menu", title = "Vehicle Options", description = "Choose an action for your vehicle", options = { @@ -77,4 +78,4 @@ local menuId = Bridge.Menu.Open({ | Ox Lib | `ox_lib` | | QB Menu | `qb-menu` | -The system automatically detects which menu resource is available and uses the appropriate implementation. Format conversion between QB-Core table input style and Ox formats is handled automatically when using the `useQb` parameter. \ No newline at end of file +The system automatically detects which menu resource is available and uses the appropriate implementation. Format conversion between QB-Core table input style and Ox formats is handled automatically when using the `useQb` parameter.