Native referenceRedM

_COLLECTABLE_INCREMENT_NUM_TURNED_IN

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

Parameters

  • collectableItem (Hash)
  • amount (int)

Usage

Lua (Direct):

CollectableIncrementNumTurnedIn(collectableItem, amount)

Lua (Hash):

Citizen.InvokeNative(0x398FAB9C96A81924, collectableItem, amount)

End of COLLECTION natives

Back to COLLECTION