https://github.com/redoper1/esx_useractive
Script for FiveM ESX gamemode to add information about last connection time of specific player to your server database.
https://github.com/redoper1/esx_useractive
fivem fivem-script
Last synced: 9 months ago
JSON representation
Script for FiveM ESX gamemode to add information about last connection time of specific player to your server database.
- Host: GitHub
- URL: https://github.com/redoper1/esx_useractive
- Owner: redoper1
- License: gpl-3.0
- Created: 2018-08-12T10:38:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T16:04:40.000Z (over 1 year ago)
- Last Synced: 2025-04-01T05:11:10.491Z (11 months ago)
- Topics: fivem, fivem-script
- Language: Lua
- Homepage:
- Size: 18.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esx_useractive
esx_useractive is a FiveM resource which adds ability to track user activity by logging their last connect date in the MySQL database.
### Requirements
- https://github.com/brouznouf/fivem-mysql-async
### Download & Installation
#### Download
##### Using Git
```
cd resources
git clone https://github.com/redoper1/esx_useractive
```
- Optionally you can use switch to any subfolder, for example `[scripts]`:
```
cd "resources/[scripts]"
git clone https://github.com/redoper1/esx_useractive
```
##### Manually
- Download https://github.com/redoper1/esx_useractive/archive/master.zip
- Extract it into directory.
- Put it into desired directory in `resources` directory
#### Installation
- Add `useractive.sql` to your ESX database
- Add this to the end of your `server.cfg` "`start resources`":
```
start esx_useractive
```
- While cloning or downloading from GitHub your directory will be most like named as `esx_useractive-master`