Native referenceRedM

STAT_ADD_BOUNTY_TARGET

0x6B1044FDC2B09101 STATS
FUNCTION SIGNATURE
void STAT_ADD_BOUNTY_TARGET(`unlockHash` (Hash), `ped` (Ped));
Property Value
Native Name STAT_ADD_BOUNTY_TARGET
Hash 0x6B1044FDC2B09101
Return Type void
Build 1207
Parameters unlockHash (Hash), ped (Ped)

Parameters

  • unlockHash (Hash)
  • ped (Ped)

Usage

Lua (Direct):

StatAddBountyTarget(unlockHash, ped)

Lua (Hash):

Citizen.InvokeNative(0x6B1044FDC2B09101, unlockHash, ped)

Back to STATS