Native referenceRedM

_REPORT_PLAYER_LAW_DISPATCH_RESPONSE_OVERRIDE

0x9C4352134B2835FB LAW
FUNCTION SIGNATURE
void _REPORT_PLAYER_LAW_DISPATCH_RESPONSE_OVERRIDE(`player` (Player), `dispatchResponseHash` (Hash));
Property Value
Native Name _REPORT_PLAYER_LAW_DISPATCH_RESPONSE_OVERRIDE
Hash 0x9C4352134B2835FB
Return Type void
Build 1207
Parameters player (Player), dispatchResponseHash (Hash)

Parameters

  • player (Player)
  • dispatchResponseHash (Hash)

Usage

Lua (Direct):

ReportPlayerLawDispatchResponseOverride(player, dispatchResponseHash)

Lua (Hash):

Citizen.InvokeNative(0x9C4352134B2835FB, player, dispatchResponseHash)

Back to LAW