Files
Elite-Gaming-FiveM-Old/resources/police/config/weapons.lua
T
2021-12-03 01:05:09 +00:00

27 lines
857 B
Lua

-- Configure the items that cops receive when they get on duty.
basic_kit = {
"WEAPON_PISTOL",
"WEAPON_COMBATPISTOL",
"WEAPON_STUNGUN",
"WEAPON_NIGHTSTICK",
"WEAPON_FLASHLIGHT",
"WEAPON_CARBINERIFLE",
"WEAPON_SPECIALCARBINE",
"WEAPON_PUMPSHOTGUN",
"WEAPON_SAWNOFFSHOTGUN",
"WEAPON_FIREEXTINGUISHER",
"WEAPON_FLARE"
}
-- Configure the weapons that cops can choose in the armory room.
weapons = {
{name="Assault SMG", hash="WEAPON_ASSAULTSMG"},
{name="Assault Shotgun", hash="WEAPON_ASSAULTSHOTGUN"},
{name="Combact Pistol", hash="WEAPON_COMBATPISTOL"},
{name="Heavy Sniper", hash="WEAPON_HEAVYSNIPER"},
{name="Micro SMG", hash="WEAPON_MICROSMG"},
{name="Pistol 50.", hash="WEAPON_PISTOL50"},
{name="Shotgun", hash="WEAPON_PUMPSHOTGUN"},
{name="SMG", hash="WEAPON_SMG"},
{name="Smoke grenade", hash="WEAPON_SMOKEGRENADE"},
}