FiveM text-ui (Standalone)

J-TEXTUI

0.00 RESMON


How to use?

local coords = {
     vec3(-536.773, -217.404, 37.65)
}
CreateThread(function()
     while true do
         local s = 1000;
         local ped = PlayerPedId()
         local pedCoords = GetEntityCoords(ped)
         
         for i,v in pairs(coords) do
             local dist = #(pedCoords - v)
             if dist <= 5 then 
                 inPoint = i;
                 exports["j-textui"]:Help("Press ~INPUT_CONTEXT~ to make an action")
            end
         end
         Wait(s)
     end
end)

Preview


Thanks to 𝔼𝕝 ℙ𝕒π•₯π•£π• π•Ÿ#1119 for help me <3

Make with love

I hope you like it <3

Download : Github

16 Likes

Nice release bro!

Very good relase sir, can i use it in my tebex script?

As long as you give me credits

New Update, Thanks @ElPatronDev <3

2 Likes

Nice Release mi amor

Hey, you should add a license to the GitHub so we know what we can/can’t do with this.

he is very handsome

Thanks <3

niceee :cold_face: :hot_face:

very cool my friend

Any help?