| Property | Value |
|---|---|
| Native Name | _GET_DEFAULT_PED_WEAPON_COLLECTION |
| Hash | 0xD42514C182121C23 |
| Return Type | Hash |
| Build | 1207 |
| API Set | client |
| Parameters | pedModel (Hash) |
Description: Returns weaponCollection Hash Example: RE_POLICECHASE_MALES_01: Carbine Repeater + Knife, LO_AGRO_PED
Usage
Lua (Direct):
local result = GetDefaultPedWeaponCollection(pedModel)
Lua (Hash):
local result = Citizen.InvokeNative(0xD42514C182121C23, pedModel)