Commands, Exports, Events
Commands
Command
Description
-- Commands used to open, close and toggle vheicle control UI
Config.OpenCommand = "openCC"
Config.CloseCommand = "closeCC"
Config.ToggleCommand = "toggleCC"Exports
exports("md-vehiclemenu"):openVehicleMenu() -- open vehicle control
exports("md-vehiclemenu"):closeVehicleMenu() -- close vehicle controlLast updated