Price
UnknownA script by ISHOP.STUDIO
Price
Unknown[ESX/QB/STANDALONE] Text UI (3D)
'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 .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
See what others are saying about this script.
Share your experience and help others.