esx-framework / esx_clotheshop

clothingshop for esx-framework
GNU General Public License v3.0
4 stars 15 forks source link

[bug] confirm purchase menu #16

Closed NexDK closed 11 months ago

NexDK commented 11 months ago

The confirm purchase menu does not close when you "confirm - yes" your purchase

Skærmbillede 2023-09-29 130918

Arctos2win commented 11 months ago

@NexDK open a support post, bcs i don't have this problem.

NexDK commented 11 months ago

i found a fix for now, by adding "ESX.CloseContext()" to the bought function

if bought then
    TriggerEvent('skinchanger:getSkin', function(skin)
    TriggerServerEvent('esx_skin:save', skin)
    ESX.CloseContext()
end)
TheBGamer commented 8 months ago

The problem persists. Cannot manage to get past this: image_2023-12-29_200012702