Lab | Text UI with Sounds [STANDALONE]

lab-TextUI

A simple Text Ui resource with sound and fading animations.

Github

You can use this resource by the following exports:

● | Show:

exports['lab-TextUI']:Show('Example Text')

● | Hide:

exports['lab-TextUI']:Hide()

Example Usage:

Citizen.CreateThread(function() 
local inZone = false 
local enteredZone = false 
while true do 
inZone = false 
local sleep = 1000 
local ped = PlayerPedId() 
local pedCoords = GetEntityCoords(ped)

    if #(pedCoords - Config.Coords) < 3 then
       sleep = 5
       inZone = true
       if IsControlJustReleased(0, 38) then                   
          OpenAuctionMenu()
       end
    end

    if not enteredZone and inZone then
        exports['lab-TextUI']:Show('Black Market Auctions')
        enteredZone = true
    elseif enteredZone and not inZone then
        exports['lab-TextUI']:Hide()
        enteredZone = false
    end

Citizen.Wait(sleep)
end
end)

Other Releases:

[ESX] Create Mafia | Let Players Create Their Own Organisations
[ESX] Black Market | Reputation System | UI
[ESX] Territories & GangWars
Drug Dealers | Cutscenes | Reputation System
[Free] Top Criminals | Leaderboard [ESX]
Fields & Labs [ESX][Free]

14 Likes

Cool design

1 Like

Many thanks for This awesome FREE Release! Very nice and clean Design! Congrats! Keep up the work

1 Like

wooow nice one

1 Like

great work

1 Like

Good job :ok_hand:

1 Like

someone have a example for esx_barbershop or esx_vehicleshop to replace the standart helpnotification?

1 Like

Looks very clean, awesome

1 Like

I might be missing something but unless I’m mistaken, you will want to edit your example blob to use show/hide instead of open/close.

1 Like

There’s an example in the description and github, follow it to adapt it anywhere you need :grin:

yo you stole my logo

You stole the Husky mascot logo.

https://www.google.com/search?tbs=simg:CAQShAIJSLLNrnvNPDca-AELELCMpwgaOgo4CAQSFMwU1DzvI5g2_1jbAO5EH5wL-GbcNGhoh5MEy77u5argwiImsDRLjGrPV05tke5HYTiAFMAQMCxCOrv4IGgoKCAgBEgRMlV31DAsQne3BCRqYAQonChNmaWN0aW9uYWwgY2hhcmFjdGVy2qWI9gMMCgovbS8wMmg3bGt0ChgKBWhhcHB52qWI9gMLCgkvYS9iZjZka2YKFQoDY2F02qWI9gMKCggvbS8wMXlyeAoiChBhbmltYXRlZCBjYXJ0b29u2qWI9gMKCggvbS8wOTViYgoYCgRmYW5n2qWI9gMMCgovbS8wM2dfZ244DA&sxsrf=APq-WBtzGw10GO2guaTGcFjrITSOFbzm5Q:1649127015257&q=husky+mascot+logo&tbm=isch&sa=X&ved=2ahUKEwjP_7vv9Pv2AhW3gXIEHQg3CygQ2A4oAXoECAEQNA&biw=1680&bih=890&dpr=1

Please sent me a DM and we can Talk about it! But please be Respectful. I will change it, if you can prove that you did the Logo

1 Like

Bro. Unless you copyright it. You don’t own anything

1 Like

Thank you mate. Thats some real words. Found this in a free Template video

its a different thing for pics my boy :wink:

Really nice and useful resource

1 Like

verry cool ! but would be a bit more usefull if we had a config to change the letter displayed (not all script use E, especialy when you got two script interaction close to each others), and same for the color of the circle would alow to match diferent themed aera

(in the export i mean)

Beautiful design

1 Like