boermansjo / ESX_HUD

Default starting project with Enhanced HUD
GNU General Public License v3.0
48 stars 39 forks source link

scrolling is bugged #3

Closed kFxDaKing closed 5 years ago

kFxDaKing commented 5 years ago

Sometimes can scroll in the menu, but sometiems i cant.

boermansjo commented 5 years ago

Yes, the scroll is very bugged. This is on the list.

King-Tut-Tut commented 5 years ago

You can fix this by changing: SetNuiFocus(enable) To: SetNuiFocus(enable, enable)

The second parameter enables the "real" mouse cursor. You can remove anything related to the "cursor"-element in both HTML and JS after doing this.

boermansjo commented 5 years ago

That fixes a lot of problems. I have changed the html too. Once I upload it here, I will close this issue.

kFxDaKing commented 5 years ago

nice, i have 1 more problem, when choose the skin, and save it works, but when i reconnect, i have default skin again :/

iSentrie commented 5 years ago

Because you dont load from skincreator table in db.

boermansjo commented 5 years ago

I am changing the saving part so that it works with skinchanger. Plan is that this script just replaced the esx_skin. But fiveM has connection problems. I hope tomorrow I can test again.

kFxDaKing commented 5 years ago

cool <3

boermansjo commented 5 years ago

Issue fixed