-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Job Definitons #35
Conversation
In player prefab a increase a step height in character controller
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent file names
Boss Mafia.job should be mafia_boss.job
security_Guard.job -> security_guard.job
For the group "Illegal" it should broken down more:
gangsters.job
etc
Refer to https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
I did like the variety of custom models even if the animations were a bit janky at the moment.
I'll test out the guns tonight.
Chief Cook, should just be "Cook" Ak47 is not up to the quality of being in the game, neither is the silenced USP (Isn't silenced, just scoped). You can re-add these in a later PR. |
I've made a resume of the differents jobs and categories and modified some to make more sense : -- CATEGORY CITIZENS -- Citizen: Description: The most basic member of society. They have no specific role in city life. Gun Dealer: Description: The only person who can sell guns to others. Must avoid getting caught selling illegal firearms. Medic: Description: Uses medical knowledge to restore players to full health. Essential for healing in the city. Hobo: Description: The lowest member of society. Begs for food and money, and builds makeshift homes. Cook: Description: Responsible for feeding other members of the city. Can spawn a microwave and sell food. -- CATEGORY GOVERNMENT -- Police Officer: Description: The protector of every citizen. They have the power to arrest criminals and protect innocents. Chief of Police: Description: The leader of the Police unit. Coordinates the police force to enforce the law. Mayor: Description: Creates laws to govern the city. Can create and accept warrants. -- CATEGORY GANGSTERS -- Gangster: Description: The lowest person in crime. Generally works for the Mob boss who runs the crime family. Mob Boss: Description: The boss of the criminals in the city. Coordinates the gangsters to form an efficient crime organization. -- CATEGORY OTHERS -- Miner: Description: Extracts valuable resources from the earth using a pickaxe and other tools. Supplies the city with raw materials essential for industries and crafting. |
No description provided.