https://github.com/isigar/relisoft_users
ESX Users tags for mods /users
https://github.com/isigar/relisoft_users
esx esx-fivem tags users
Last synced: about 1 year ago
JSON representation
ESX Users tags for mods /users
- Host: GitHub
- URL: https://github.com/isigar/relisoft_users
- Owner: Isigar
- Created: 2019-08-29T11:07:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T10:12:39.000Z (over 3 years ago)
- Last Synced: 2025-03-28T00:44:29.696Z (over 1 year ago)
- Topics: esx, esx-fivem, tags, users
- Language: Lua
- Size: 9.77 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# relisoft_users
### ESX users visible ID and name around you
Our discord with more scripts: https://discord.gg/F28PfsY
**Installation:**
1) Put resource directory into your resource folder
2) Start script with `ensure relisoft_users` after es_extended/qbcore
3) Setup config as fit you
**Config:**
`Config.NearPlayerTime = 500`
- time in miliseconds to check if players is in visible area, less = more lags
`Config.Command = 'users'`
- command that turn on/off this feature
- Allowed es_extended/qbcore groups which can use this command
```
Config.PermissionGroup = {
ESX = {
-- group system that used to work on numbers only
[1] = {
2, 3, 4, 5
},
-- group system that works on name
[2] = {
"helper", "mod", "admin", "superadmin",
},
},
QBCore = {
-- group system that works on ACE
[1] = {
"god", "admin", "mod",
},
}
}
```
`Config.TextSize = 1.2`
- size of 3D text
`Config.DrawDistance = 100`
- distance which will you see player name/id