Description: Returns an alternative cost hash to COST_SHOP_DEFAULT
| Property | Value |
|---|---|
| Native Name | _ITEMDATABASE_GET_MODIFIED_PRICE |
| Hash | 0xCB92EC9C004732B4 |
| Return Type | Hash |
| Build | 1207 |
| Parameters | key (Hash), index (int) |
Parameters
key(Hash)index(int)
Usage
Lua (Direct):
local result = ItemdatabaseGetModifiedPrice(key, index)
Lua (Hash):
local result = Citizen.InvokeNative(0xCB92EC9C004732B4, key, index)