Native referenceRedM

_IS_LAW_SEARCH_ACTIVE

0xF46108C50A22B029 LAW
FUNCTION SIGNATURE
BOOL _IS_LAW_SEARCH_ACTIVE(/* parameters not documented */);
Property Value
Native Name _IS_LAW_SEARCH_ACTIVE
Hash 0xF46108C50A22B029
Return Type BOOL
Build 1207

Description: returns true if law is searching player

Usage

Lua (Direct):

local result = IsLawSearchActive()

Lua (Hash):

local result = Citizen.InvokeNative(0xF46108C50A22B029)
Back to LAW