The Id when you choose option when you use the update menu not seems to work
Cannot read properties of undefined (reading 'label')
You also need to change the updateMenu in the lua to make it work :
['updateMenu'] = function(data)
SendNUIMessage({
type = 'updatemenu',
elements = data,
})
end
Thank you
The Id when you choose option when you use the update menu not seems to work
Cannot read properties of undefined (reading 'label')
You also need to change the updateMenu in the lua to make it work :
['updateMenu'] = function(data)
SendNUIMessage({
type = 'updatemenu',
elements = data,
})
end
Thank you