Recently i have noticed after alot of coding that my jobs dont spawn with their extra weapons eg, police wont spawn with their arrest batons, unarrest ect or any added weapons i have given them like fas_glock20. here is the police job line :
TEAM_POLICE = DarkRP.createJob("Police Officer", {
color = Color(25, 25, 170, 255),
model = {"models/gta5/player/citycoppm.mdl"},
description = [[]],
weapons = {"arrest_stick", "unarrest_stick", "fas2_glock20", "sj_handcuffs", "stunstick", "keypad_cracker", "la_grabber", "door_ram", "weaponchecker"},
command = "police",
max = 8,
salary = 320,
admin = 0,
vote = true,
hasLicense = true,
ammo = {
["fas2_ammo_pistol"] = 60,
},
})
but this applies to all my custom jobs with things like lockpicks ect, there is no errors and i mean no errors to be found! i have -condebug on etc and have found absolutely nothing please help!