hasidu / fh4speed-MODIFIED

Hello everyone this is modification of fh4speed fivem script
GNU General Public License v3.0
3 stars 2 forks source link

When toggling the hud it won't re open after being closed #1

Closed IgnornceIsBliss closed 1 year ago

IgnornceIsBliss commented 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 :(

hasidu commented 1 year ago

hi @JackDUpModZ thanks for update i will check it and let you now

hasidu commented 1 year ago

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.