BOOL _CASHINVENTORY_TRANSACTION_CHECKOUT_STATUS(`id` (int), `status` (int*));
| Property |
Value |
| Native Name |
_CASHINVENTORY_TRANSACTION_CHECKOUT_STATUS |
| Hash |
0x26C008791D066F37 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
id (int), status (int*) |
Parameters
Usage
Lua (Direct):
local result = CashinventoryTransactionCheckoutStatus(id, status)
Lua (Hash):
local result = Citizen.InvokeNative(0x26C008791D066F37, id, status)
Back to NETSHOPPING