Last updated 3 years ago
Was this helpful?
TriggerEvent("blips_creator:openBlipsMenu")
You can use this event from anywhere client side to open the menu
You can open the menu with a command with the following example
RegisterCommand("blipscreator", function() TriggerEvent("blips_creator:openBlipsMenu") end)