An open API service indexing awesome lists of open source software.

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.

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()
```