| Property | Value |
|---|---|
| Native Name | WEEKLY_COLLECTIBLE_GET_ITEM_SET_BUY_AWARD |
| Hash | 0x610783F646894D25 |
| Return Type | Hash |
| Build | 1207 |
| Parameters | chalHash (Hash), index (int) |
Parameters
chalHash(Hash)index(int)
Usage
Lua (Direct):
local result = WeeklyCollectibleGetItemSetBuyAward(chalHash, index)
Lua (Hash):
local result = Citizen.InvokeNative(0x610783F646894D25, chalHash, index)