List of Weapon Spawn names (Cayo Perico DLC)

What is the spawn code for the medical bag if anyone knows it please let me know.

1 Like

possible write list command mod install for weapons

1 Like

how can i add WEAPON_GRENADELAUNCHER_SMOKE to Weapon Wheel?

1 Like

You can’t even spawn it, just with a trainer or a menu…

1 Like

weaponblacklist.lua (2.5 KB)

1 Like

carblacklist.lua (1.2 KB)

1 Like

You can’t even spawn it, just with a trainer or a menu…

actually you can. but it has to be set as your active weapon. the game removes it when you swap weapons for some reason

1 Like

where can i get the id for the components

1 Like

any new links?

1 Like

What about parachute?

2 Likes

Anyone know if fivem has support for weapon_digiscanner? Like… I have it equipped but it does nothing not even animation.

1 Like

“WEAPON_PIPEBOMB” was never added to the list. Someone put a different weapon code for it, but this is the working code to blacklist the Pipebomb

2 Likes

Im Attempting to Add a Carbine Rifle Mk2 to a police store but every time I try I cant open the menu to get into it, apparently the store doesn’t like Mk2 weapons. Any help?

1 Like

I think you put the weapon name incorrectly or your server can´t have the weapon because is not updated

1 Like

What is the name of Ammo

1 Like

This is not a weapon. Use :

AddAmmoToPed(PlayerPedId(), GetHashKey(weaponName), ammoNbr)

If you want ammo to be a usable item, You’ll need to create it

1 Like

How can I give myself a weapon? Give Item with these codes don’t work

2 Likes

For anyone who wants to use these codes for ‘holster’ scripts. I got you…

    "WEAPON_KNIFE",
    "WEAPON_KNUCKLE",
    "WEAPON_NIGHTSTICK",
    "WEAPON_HAMMER",
    "WEAPON_BAT",
    "WEAPON_GOLFCLUB", 
    "WEAPON_CROWBAR", 
    "WEAPON_BOTTLE", 
    "WEAPON_DAGGER",
    "WEAPON_HATCHET", 
"WEAPON_MACHETE", 
"WEAPON_FLASHLIGHT",
"WEAPON_SWITCHBLADE", 
"WEAPON_PROXMINE", 
"WEAPON_BZGAS", 
"WEAPON_SMOKEGRENADE", 
"WEAPON_MOLOTOV", 
"WEAPON_FIREEXTINGUISHER",
"WEAPON_PETROLCAN", 
"WEAPON_SNOWBALL",
"WEAPON_FLARE",
"WEAPON_BALL", 
"WEAPON_REVOLVER",
"WEAPON_POOLCUE", 
"WEAPON_PIPEWRENCH",
"WEAPON_PISTOL", 
"WEAPON_PISTOL_MK2", 
"WEAPON_COMBATPISTOL",
"WEAPON_APPISTOL", 
"WEAPON_PISTOL50", 
"WEAPON_HEAVYPISTOL", 
"WEAPON_VINTAGEPISTOL",
"WEAPON_STUNGUN", 
"WEAPON_FLAREGUN", 
"WEAPON_MARKSMANPISTOL", 
"WEAPON_MICROSMG", 
"WEAPON_MINISMG", 
"WEAPON_SMG", 
"WEAPON_SMG_MK2",
"WEAPON_ASSAULTSMG", 
"WEAPON_MG",
"WEAPON_COMBATMG",
"WEAPON_COMBATMG_MK2", 
"WEAPON_COMBATPDW", 
"WEAPON_GUSENBERG",
"WEAPON_MACHINEPISTOL", 
"WEAPON_ASSAULTRIFLE", 
"WEAPON_ASSAULTRIFLE_MK2", 
"WEAPON_CARBINERIFLE", 
"WEAPON_CARBINERIFLE_MK2", 
"WEAPON_ADVANCEDRIFLE", 
"WEAPON_SPECIALCARBINE",
"WEAPON_BULLPUPRIFLE",
"WEAPON_COMPACTRIFLE",
"WEAPON_PUMPSHOTGUN",
"WEAPON_SWEEPERSHOTGUN", 
"WEAPON_SAWNOFFSHOTGUN", 
"WEAPON_BULLPUPSHOTGUN",
"WEAPON_ASSAULTSHOTGUN", 
"WEAPON_MUSKET",
"WEAPON_HEAVYSHOTGUN",
"WEAPON_DBSHOTGUN",
"WEAPON_SNIPERRIFLE", 
"WEAPON_HEAVYSNIPER", 
"WEAPON_HEAVYSNIPER_MK2", 
"WEAPON_MARKSMANRIFLE", 
"WEAPON_GRENADELAUNCHER",
"WEAPON_GRENADELAUNCHER_SMOKE",
"WEAPON_RPG",
"WEAPON_MINIGUN",
"WEAPON_FIREWORK", 
"WEAPON_RAILGUN",
"WEAPON_HOMINGLAUNCHER",
"WEAPON_GRENADE",
"WEAPON_STICKYBOMB",
"WEAPON_COMPACTLAUNCHER", 
"WEAPON_SNSPISTOL_MK2", 
"WEAPON_REVOLVER_MK2", 
"WEAPON_DOUBLEACTION", 
"WEAPON_SPECIALCARBINE_MK2", 
"WEAPON_BULLPUPRIFLE_MK2", 
"WEAPON_PUMPSHOTGUN_MK2", 
"WEAPON_MARKSMANRIFLE_MK2",
"WEAPON_RAYPISTOL", 
"WEAPON_RAYCARBINE", 
"WEAPON_RAYMINIGUN",
4 Likes

Switchblade

1 Like

giveweapon ID weapon_x AMMO
Example:
giveweapon 1 weapon_pistol 250

1 Like