Closed IgnornceIsBliss closed 1 year ago
function ToggleDisplay() if isHide then isHide = false SendNUIMessage({ ShowHud = true, }) else SendNUIMessage({HideHud = true}) isHide = true end end
This seems to update it to show again but is buggy :(
hi @JackDUpModZ thanks for update i will check it and let you now
hi checked all things its seems all working well when you press f10 its hide and if you press it again f10 it will show.
function ToggleDisplay() if isHide then isHide = false SendNUIMessage({ ShowHud = true, }) else SendNUIMessage({HideHud = true}) isHide = true end end
This seems to update it to show again but is buggy :(