Native referenceRedM

_GET_BOUNTY_HUNTER_GLOBAL_COOLDOWN

0x76CF93D4B416B288 LAW
FUNCTION SIGNATURE
int _GET_BOUNTY_HUNTER_GLOBAL_COOLDOWN(`p0` (Hash));

Description: p0 is always BOUNTYHUNTERSGLOBALCOOLDOWN in R* scripts

Property Value
Native Name _GET_BOUNTY_HUNTER_GLOBAL_COOLDOWN
Hash 0x76CF93D4B416B288
Return Type int
Build 1207
Parameters p0 (Hash)

Parameters

  • p0 (Hash)

Usage

Lua (Direct):

local result = GetBountyHunterGlobalCooldown(p0)

Lua (Hash):

local result = Citizen.InvokeNative(0x76CF93D4B416B288, p0)

Back to LAW