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

A script by ISHOP.STUDIO

No reviews yet.
[ESX/QB/STANDALONE] Text UI (3D) main image

Price

Unknown

Full Description

[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