Byte-Labs-Studio / bl_ui

FiveM resource which include a variety of UI components.
MIT License
111 stars 28 forks source link

Trying to implement bl_ui to one of my resources. #4

Closed Quixy6 closed 1 month ago

Quixy6 commented 1 month ago

Getting this in my F8 console.

SCRIPT ERROR: @bc_communityservice/client/editable.lua:52: attempt to index a nil value (global 'bl_ui')

the bl_ui is ensured in server.cfg as following

MINIGAMES

ensure bl_ui

using the 2.0.1version release bl_ui.zip

Frowmza commented 1 month ago

because that is a variable reference of exports.bl_ui, so use exports.bl_ui instead of bl_ui