| Property | Value |
|---|---|
| Native Name | _HAS_PLAYER_BEEN_FOUND_BY_LAW_ACTIVE_SEARCH |
| Hash | 0x9945A3E2528A02E8 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | player (Player) |
Description: returns true when law finds player after searching for player for the first time , false when player evades or dies.Note: must use SET_LAW_REGION for law to get aware of crimes.
Usage
Lua (Direct):
local result = HasPlayerBeenFoundByLawActiveSearch(player)
Lua (Hash):
local result = Citizen.InvokeNative(0x9945A3E2528A02E8, player)