Open menu manually
Event
TriggerEvent("blips_creator:openBlipsMenu")Description
Example
RegisterCommand("blipscreator", function()
TriggerEvent("blips_creator:openBlipsMenu")
end)Last updated
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)Last updated