| Property | Value |
|---|---|
| Native Name | _STAT_DONATE_INCREMENT_ITEM |
| Hash | 0x7C2ABF6E556B21FC |
| Return Type | void |
| Build | 1207 |
| Parameters | item (int), slot (int), p2 (Any), p3 (Any) |
Parameters
item(int)slot(int)p2(Any)p3(Any)
Usage
Lua (Direct):
StatDonateIncrementItem(item, slot, p2, p3)
Lua (Hash):
Citizen.InvokeNative(0x7C2ABF6E556B21FC, item, slot, p2, p3)