Native referenceRedM

_COLLECTABLE_INCREMENT_NUM_FOUND

0x3EA62E56F386C997 COLLECTION
FUNCTION SIGNATURE
void _COLLECTABLE_INCREMENT_NUM_FOUND(`collectableItem` (Hash), `amount` (int));
Property Value
Native Name _COLLECTABLE_INCREMENT_NUM_FOUND
Hash 0x3EA62E56F386C997
Return Type void
Build 1207
Parameters collectableItem (Hash), amount (int)

Parameters

  • collectableItem (Hash)
  • amount (int)

Usage

Lua (Direct):

CollectableIncrementNumFound(collectableItem, amount)

Lua (Hash):

Citizen.InvokeNative(0x3EA62E56F386C997, collectableItem, amount)

Back to COLLECTION