Skip to content

Create addpolice.md #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions docs/guides/addpolice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<h1> Add Police Department </h1>

<ol>
<li>first go to wosa_jobs/job_data/police/police_config.lua</li>
<li>look for Department data then do this as the pics follow</li>
<li>then go down to Departments then put</li>


[name here] = {
['Name here - Rank Here'] = {
Salary = How much you want them get paid,

Management = true,
UseGarage = true,
ChangeOutfit = true,
lockDoors = true,
useMDT = true,
getWeapons = true,
useCameras = true,
detectiveFeatures = true,
Jail = true,

['Suit'] = true,
['Agent'] = true,
['Windbreaker'] = true,
['Winter Agent'] = true,
['Field Agent'] = true,
['Task Force'] = true,
['Special Reaction Team'] = true,

weapons = {
{label = 'Combat Pistol', model = 'WEAPON_COMBATPISTOL', comps = {'COMPONENT_AT_PI_FLSH'}, ammo = 25},
{label = 'Pump Shotgun', model = 'WEAPON_PUMPSHOTGUN', comps = {'COMPONENT_AT_AR_FLSH'}, ammo = 15},
{label = 'Special Carbine', model = 'WEAPON_SPECIALCARBINE', comps = {'COMPONENT_AT_AR_FLSH', 'COMPONENT_AT_SCOPE_MEDIUM'}, ammo = 70},
},

vehicles = {
'Spawn name goes here',
}
},
</ol>