Native referenceRedMclient

_SET_CUSTOM_LAW_DISPATCH_RESPONSE

0x009CF9A29972C298 LAW
FUNCTION SIGNATURE
void _SET_CUSTOM_LAW_DISPATCH_RESPONSE(Hash dispatchResponseHash);
Property Value
Native Name _SET_CUSTOM_LAW_DISPATCH_RESPONSE
Hash 0x009CF9A29972C298
Return Type void
Build 1207
API Set client
Parameters dispatchResponseHash (Hash)

Description: Note: This native is only used in multiplayer scripts dispatchResponseHash: see update1/common/data/dispatchresponses/..

Usage

Lua (Direct):

SetCustomLawDispatchResponse(dispatchResponseHash)

Lua (Hash):

Citizen.InvokeNative(0x009CF9A29972C298, dispatchResponseHash)
Back to LAW