BOOL _CASHINVENTORY_TRANSACTION_START(`id` (int*), `type` (Hash), `actionHash` (Hash));
| Property |
Value |
| Native Name |
_CASHINVENTORY_TRANSACTION_START |
| Hash |
0xF039EC27F4490E96 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
id (int*), type (Hash), actionHash (Hash) |
Parameters
id (int*)
type (Hash)
actionHash (Hash)
Usage
Lua (Direct):
local result = CashinventoryTransactionStart(id, type, actionHash)
Lua (Hash):
local result = Citizen.InvokeNative(0xF039EC27F4490E96, id, type, actionHash)
Back to NETSHOPPING