BOOL _CASHINVENTORY_TRANSACTION_FIRE_AND_FORGET_ITEM(`actionHash` (Hash), `id` (int*), `item` (Any*), `p3` (int));
| Property |
Value |
| Native Name |
_CASHINVENTORY_TRANSACTION_FIRE_AND_FORGET_ITEM |
| Hash |
0xFFEA09CCEC4AF32F |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
actionHash (Hash), id (int*), item (Any*), p3 (int) |
Parameters
actionHash (Hash)
id (int*)
item (Any*)
p3 (int)
Usage
Lua (Direct):
local result = CashinventoryTransactionFireAndForgetItem(actionHash, id, item, p3)
Lua (Hash):
local result = Citizen.InvokeNative(0xFFEA09CCEC4AF32F, actionHash, id, item, p3)
Back to NETSHOPPING