Description: inventoryId: see _INVENTORY_GET_PED_INVENTORY_ID
| Property | Value |
|---|---|
| Native Name | _INVENTORY_ARE_LOCAL_CHANGES_ALLOWED |
| Hash | 0x0FBBFFC891A97C81 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | inventoryId (int) |
Parameters
inventoryId(int)
Usage
Lua (Direct):
local result = InventoryAreLocalChangesAllowed(inventoryId)
Lua (Hash):
local result = Citizen.InvokeNative(0x0FBBFFC891A97C81, inventoryId)