https://github.com/nocapscripts/redux_textui
An TextUI for FiveM with simple fix for it.
https://github.com/nocapscripts/redux_textui
Last synced: 3 months ago
JSON representation
An TextUI for FiveM with simple fix for it.
- Host: GitHub
- URL: https://github.com/nocapscripts/redux_textui
- Owner: nocapscripts
- Created: 2024-04-25T22:11:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:31:02.000Z (about 1 year ago)
- Last Synced: 2025-01-11T11:28:46.310Z (4 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Remake
Added smoother usage with events and exports.
## Link to original creator
- [Give Love](https://github.com/cinquina/five-textui)# Usage
```
TriggerEvent('redux_textui:ShowUI', "TEXT", "THE PROVIDED KEYBIND")
```
or
```
exports.redux_textui:Show("TEXT", "THE PROVIDED KEYBIND")
```to hide
```
exports.redux_textui:Hide()
```