All police jobs are spawning with the default half life RPG, I don't know what would be causing this to happen I looked for any signs for fixes online but failed to find people with this same problem.
Before you ask the jobs don't have that in their "weapons"
TEAM_POLICE = DarkRP.createJob("Police Officer", {
color = Color(25, 25, 170, 255),
model = "models/taggart/police01/male_08.mdl",
description = [[The protector of every citizen that lives in the city .
You have the power to arrest criminals and protect innocents.
Hit them with your arrest baton to put them in jail
Bash them with a stunstick and they might learn better than to disobey
the law.
The Battering Ram can break down the door of a criminal with a warrant
for his/her arrest.
The Battering Ram can also unfreeze frozen props(if enabled).
Type /wanted <name> to alert the public to this criminal
OR go to tab and warrant someone by clicking the warrant button
SALARY:50]],
weapons = {"arrest_stick", "unarrest_stick", "m9k_colt1911", "stunstick", "door_ram", "m9k_mp5"},
command = "cp",
max = 10,
salary = 50,
admin = 0,
vote = true,
sortOrder = 1;
category = "Police",
hasLicense = true
})
that's how one of the police jobs look. No other jobs spawns with an rpg other than police jobs.
every other job that is not police, spawn with their correct weapons.