DESCRIPTION:Demote a player of choice to the default job (normally citizen, but you can customize it in the file)
USAGE: Located in DarkRP.
Menu: DarkRP > citizen (or CMD_NAME)> Player
BEST OPTIONConsole: ulx citizen (or CMD_NAME) "<name>"
SECOND OPTIONChat: !citizen (or CMD_NAME) "<name>"
LAST OPTIONNOTE: CMD_NAME is located in the config section of the command.
INSTALLATION: Download == Extract the zip and the contents into /addons file (garrysmod/addons/), relaunch map, and its done.
Source ==
SOURCE NOT INCLUDEDTo Do:- Not relying on ULX
- Auto Updates (not that it will need updating)
Extra: This command includes a config section inside the lua file, please edit it to your liking (only if citizen is not the default job)
By default the config will look like this:
-- Config Section
CATEGORY_NAME = "DarkRP" -- the category it appears in
JOB_NAME = "Citizen" -- default job name
CMD_NAME = "citizen" -- cmd to run (e.g ulx citizen, !citizen) Don't add the exclamation mark or "ulx"
HELP_LINE = "Demote a player of choice!" -- default help message
-- Config END
This command was created for Rockit14 as requested here.