Installation & Config
There is the installation guide and config about our Business Annoucement System
π¦ Installation Guide β b_textui
b_textuiThis script allows you to send a textui when you want to do an action.
π§ Requirements
ESX, QBCore or QBox (or anything else)
π Installation Steps
Place the Resource
Drop the
b_textuifolder into yourresourcesdirectory.
Ensure the Resource Add the following to your
server.cfg:ensure b_textuiUse our export in you'r script
Export to open text UI :
exports['b_textui']:openTextUI(message, key, style, position)
Export to close text UI :
exports['b_textui']:closeTextUI()
Example :
exports['b_textui']:openTextUI("Press to open the safe", "E", "red", "left")
-- Styles : neonpink, neonblue, red, blue, default
-- Positions : left, right, topleft, toprightBy default, the script use the key E, the position left and the style default.
π Styles
We have 5 differents style for the Text UI (you can easily add you'r own in CSS) :





π Positions
You have 4 differents positions avalaible :
Left
Right
Top Left
Top Right
Last updated