[ESX/QB/STANDALONE] Text UI (3D)

[ESX/QB/STANDALONE] Text UI (3D)

Preview

Tebex Resource

'USAGE Single line'

exports['ishop-textui']:CreateTextUI({
  id = 'name id',
  coords = vecter3(0,0,0),
  color = '#2f3c4d',
  distance = 4,
  key = 'E',  //Can comment this id you want to show only text
  text = 'test test text1' ,
  offset = {x = 0 ,y = 0 ,z = 0}, //adjust offset
})
'USAGE Multi line'

exports['ishop-textui']:CreateTextUI({
  id = 'name id',
  coords = vecter3(0,0,0),
  color = '#2f3c4d',
  distance = 4,
  key = {'E','G'}, //Can add more key
  text = {'test test text1','test test text2'}, //Can add more Text
  offset = {x = 0 ,y = 0 ,z = 0},
})

ToggleUI(show/hide)
exports['ishop-textui']:show(bool)

Delete Text UI ID
exports['ishop-textui']:DeleteTextUI(id)

'start the resources as follows'
ensure es_extended
ensure [core]
ensure ishop-textui
Config

config .js

Config = {}

Config.defualt = {
    color = '#2f3c4d',
    distance = 4,
    offset = {x = 0 ,y = 0 ,z = 0},
}

Code is accessible config.js
Subscription-based No
Lines (approximately) 1000
Requirements Standalone
Support Yes

Other Resource
ISHOP STUDIO | Car HUD - Ember
ISHOP STUDIO | Car HUD - AdrenalineRush (720s Inspired)
ISHOP STUDIO | Car HUD - NebulaSpeed Neon
ISHOP STUDIO | Car HUD - Cupid

3 Likes

how is this any different from: GitHub - darktrovx/interact
and especially when its free…
18usd for this is absolutely ridiculous.

1 Like

Sorry, This script not required any other script and we make it light weight

1 Like

It uses ox_lib, which by now should be in every single server. I can very easily steal his script, and copy and paste the required functions from ox_lib, into my own “textui_interact” and make it standalone. Also, that interact script is as lightweight it could probably get :rofl:.
Im sorry, but in my opinion this is a scam.

thank you. we will improve it. :man_bowing: