I am having an issue with giving the “firefighter” a fire extinguisher. Every other weapon listed works, but it does not give out the WEAPON_FIREEXTINGUISHER. I have Google’d around and some sources say that the extinguisher was included in a DLC and not in the original game… Could that have something to do with it? Sauce below:
["firefighter"] = {
name = "Firefighter",
command = "firefighter",
weapons = { "WEAPON_FLASHLIGHT", "WEAPON_FLARE", "WEAPON_FIREEXTINGUISHER" },
skins = { "s_m_y_fireman_01" }
},
["civilian"] = {
name = "Civilian",
weapons = { "WEAPON_PETROLCAN",
"WEAPON_KNIFE",
"WEAPON_HAMMER",
"WEAPON_BAT",
"WEAPON_GOLFCLUB",
"WEAPON_PISTOL",
"WEAPON_SMG",
"WEAPON_ASSAULTRIFLE",
"WEAPON_MG",
"WEAPON_PUMPSHOTGUN",
"WEAPON_SNIPERRIFLE",
"WEAPON_GRENADELAUNCHER",
"WEAPON_RPG",
"WEAPON_GRENADE",
"WEAPON_STICKYBOMB",
"WEAPON_SMOKEGRENADE",
"WEAPON_FIREWORK",
"WEAPON_SNOWBALL",
"WEAPON_FLAREGUN"
},
skins = {"a_m_y_skater_01",
"a_m_y_skater_02",
"a_m_m_beach_01",
"a_m_m_bevhills_01",
"a_m_m_bevhills_02",
"a_m_m_business_01",
"a_m_m_eastsa_01",
"a_m_m_eastsa_02",
"a_m_m_farmer_01",
"a_m_m_genfat_01",
"a_m_m_golfer_01",
"a_m_m_hillbilly_01",
"a_m_m_indian_01",
"a_m_m_mexcntry_01",
"a_m_m_paparazzi_01",
"a_m_m_tramp_01",
"a_m_y_hiker_01",
"a_m_y_hippy_01",
"a_m_y_genstreet_01",
"a_m_m_socenlat_01",
"a_m_m_og_boss_01",
"a_f_y_tourist_02",
"a_f_y_tourist_01",
"a_f_y_soucent_01",
"a_f_y_scdressy_01",
"a_m_y_cyclist_01",
"a_m_y_golfer_01"
}
}
}