int _INVENTORY_GET_INVENTORY_ITEM_WEAPON_COPY_ID(`inventoryId` (int), `guid` (Any*));
Description: Returns CopyID
| Property |
Value |
| Native Name |
_INVENTORY_GET_INVENTORY_ITEM_WEAPON_COPY_ID |
| Hash |
0xAB5F12746A099A0E |
| Return Type |
int |
| Build |
1207 |
| Parameters |
inventoryId (int), guid (Any*) |
Parameters
inventoryId (int)
guid (Any*)
Usage
Lua (Direct):
local result = InventoryGetInventoryItemWeaponCopyId(inventoryId, guid)
Lua (Hash):
local result = Citizen.InvokeNative(0xAB5F12746A099A0E, inventoryId, guid)
Back to INVENTORY