zeskoTextUI V1
Text Ui, with different appearences/styles, optimized and easily configurable TextUI
Finally here it is, after some time of development, we have currently finished our new TextUI script.
Currently it works with all the known frameworks (ESX, QBCore, etc…) because this script is STANDALONE.
FEATURES
Different themes/appearence/styles.
Low resmon.
High Performance.
Auto detects Configured Errors, and says in a console print where to find the error description.
Available Themes
GTA (GTA Inspired TextUI, I’m not so good recreating or inspiring in real things)
default (my first design and first theme of the textui)
How to use
exports['zeskoTextUIV1']:showNewTextUI(text, timeouts, type)
Download Links
Github; GitHub - ZeskGarcia/zeskoTextUIV1
PREVIEWS & Documentation
Documentation; Zesko Text Ui v1 - ZeskoGarcía scripts
Previews;
|
|
| Code is accessible |
Yes/No |
| Subscription-based |
Yes/No
|
| Lines (approximately) |
+90 |
| Requirements |
None, it’s standalone and it doesn’t needs any dependency |
| Support |
Yes/No |
2 Likes
Soon adding new styles and themes to the script.
Update V1.0.5
Some errors have been fixed, thanks to my friend @Jaareet.
Update V1.0.6
Added new styles/themes to the script.
How to use the script?
Example Code:
local theme = "foras"; -- Available current themes; foras (Inspired in ForasterosRP Notifications), modernq (a simple appearence), gta, default, custom (Create your custom code in the CSS)
local milisegundoak = 1000; -- 1000 Miliseconds = 1s
local duration = 7; -- The duration in seconds
local text = "Presiona ~INPUT_CONTEXT~ para abrir el menú"; -- Add here your text to display
local tout = duration*milisegundoak; -- Pass the seconds into miliseconds
-- CODE TO DISPLAY THE TextUI
local scriptName = "zeskoTextUIV1";
exports[scriptName]:showNewTextUI(text, tout, theme);
Update V1.0.7
Added New Method to show the TextUI via TriggerClientEvent in server-sided functions.
Via export
exports['zeskoTextUIV1']:showNewTextUI(text, timeouts, type)
Via TriggerClientEvent:
TriggerClientEvent('zeskoTextUi:client:show', source, text, timeouts, type)
Good Design mi amigo, very nice!
1 Like
asi me gusta trabajando JEJE. 
1 Like
¡Gracias @ELITE_22! que cabrona estás hecha JAJAJAJA