Skip to content

Commit

Permalink
feat(menu): Switch to ox_lib's context menu (#183)
Browse files Browse the repository at this point in the history
* feat(menu): Switch to ox_lib's context menu

* chore(cleanup): Remove prints
  • Loading branch information
TheiLLeniumStudios authored Dec 31, 2022
1 parent 7537398 commit f1e2422
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 285 deletions.
2 changes: 1 addition & 1 deletion client/backward-events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RegisterNetEvent('qb-clothing:client:openMenu', function()
end)

RegisterNetEvent('qb-clothing:client:openOutfitMenu', function()
OpenMenu(nil, "qb-clothing:client:openOutfitMenu", "outfit")
OpenMenu(nil, "outfit")
end)

RegisterNetEvent('qb-clothing:client:loadOutfit', function(oData)
Expand Down
Loading

0 comments on commit f1e2422

Please sign in to comment.