Skip to content

clxsx/es.lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

This is a simple Library for FiveM works with esx and qbus and standalone.

Features

  • This lib comes with highly config advance notification, text ui etc.
  • idle: 0.00ms, inuse: 0.00ms.

WIP

  • Modern Notification System
  • Text ui
  • Modern Progressbar
  • Context Menu

Usage/Examples

Notification

Event Usage

 TriggerEvent('es.lib:showNotify', "Title", "Message", Time, 'type')
Event Usage without Title
 TriggerEvent('es.lib:showNotify', "none", "Message", Time, 'type')

Export Usage

 exports['es.lib']:Notify("Title", "Message", Time, 'type')
Export Usage without Title
 exports['es.lib']:Notify("none", "Message", Time, 'type')

Text UI

exports['es.lib']:showTextUi()
exports['es.lib']:HideTextUi()

🔗 Link

For any support join Discord

About

This is a simple Library for FiveM works with esx and qbus and standalone.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 88.3%
  • HTML 11.7%