|
1 |
| -# DRP_WHITELIST |
2 |
| -Just another whitelist system – but done my way! |
| 1 | +# [Beta] DRP_WHITELIST - v1.0 |
| 2 | +**Version:** 1.0 |
| 3 | +**Created by:** BenZoN - DanishRP |
| 4 | + |
| 5 | +**Requirements DRP_WHITELIST** |
| 6 | + |
| 7 | +[fivem-mysql-async v3.0.x](https://github.com/brouznouf/fivem-mysql-async) |
| 8 | +[Essentialmode](https://essentialmode.com/) |
| 9 | + |
| 10 | +**Note** |
| 11 | + |
| 12 | +This is in BETA, would love some feedback on the system when tested on FiveM Forums |
| 13 | + |
| 14 | +**Description** |
| 15 | + |
| 16 | +This is just another MySQL Whitelist script, but done the way I wanted a whitelist script to work. |
| 17 | + |
| 18 | +Most whitelist scripts I have tried, where either missing the feature to add SteamID’s or License ID’s on the fly, with out having to run a reload command, or restart the script, and you had to convert the SteamID to hex. |
| 19 | + |
| 20 | +And that is why I created this script, it supports adding steam id’s with out having to convert them to hex, and it support’s the usage of license identifier to, the in-game commands are based on essentialmode, but it features rcon commands to, and from what I read they support’s ace permissions, so it can be made a standalone release quite easy. |
| 21 | + |
| 22 | +But I don't got enough experience with ace permissions, I would love to hear more about it, so I can do a 100% standalone release. |
| 23 | + |
| 24 | +Supports translation - credits: [es_extended](https://github.com/ESX-Org/es_extended) |
| 25 | + |
| 26 | +**Features** |
| 27 | +- Supports SteamID64 (steam:*****************) |
| 28 | +- Supports License ID (license:**) |
| 29 | +- Simple SteamID validation counts numbers after steam: should be 17 |
| 30 | +- Simple License ID validation counts numbers/letter after license: should be 40 |
| 31 | +- Supports rcon commands |
| 32 | +- Remove SteamID and License ID via rcon and essentialmode command |
| 33 | +- You can remove SteamID’s in 64 format or in HEX format! |
| 34 | + |
| 35 | +**Installation DRP_WHITELIST** |
| 36 | +- Download - https://github.com/benzon/DRP_WHITELIST/archive/master.zip |
| 37 | +- Put it in the `resources` directory |
| 38 | +- Add this to your `server.cfg`: |
| 39 | +``` |
| 40 | +start DRP_WHITELIST |
| 41 | +``` |
| 42 | + |
| 43 | +**Commands** |
| 44 | +- /addwl ID (ex. steam:76561197960287930) |
| 45 | +- /removewl ID (ex. steam:76561197960287930 or steam:1100001000056ba) |
| 46 | +- rconaddwl ID (ex. license:xxx) |
| 47 | +- rconremovewl ID (ex. license:xxx or steam:76561197960287930) |
| 48 | + |
| 49 | +**Credits/Inspiration** |
| 50 | +essentialmode - The way there ban system is done where an inspiration to validate the whitelist. |
| 51 | +WhiteList DB (Async) 2.0 - Inspiration to add rcon command, sadly this release is out of date and got some bugs. |
| 52 | +es_extended - Credits for locale.lua (It's only included in the release to make it more standalone, and not require esx) |
| 53 | + |
| 54 | +## Legal |
| 55 | +DRP_WHITELIST - DRP Whitelist |
| 56 | + |
| 57 | +Copyright (C) 2015-2019 BenZoN |
| 58 | + |
| 59 | +This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version. |
| 60 | + |
| 61 | +This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. |
| 62 | + |
| 63 | +You should have received a copy Of the GNU General Public License along with this program. If Not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). |
0 commit comments