Native referenceRedM

_SET_GUARD_ZONE_VOLUME_REGISTRATION_END

0xA8A74AA79FB67159 LAW
FUNCTION SIGNATURE
void _SET_GUARD_ZONE_VOLUME_REGISTRATION_END(`name` (const char*), `volume` (Volume));
Property Value
Native Name _SET_GUARD_ZONE_VOLUME_REGISTRATION_END
Hash 0xA8A74AA79FB67159
Return Type void
Build 1207
Parameters name (const char*), volume (Volume)

Parameters

  • name (const char*)
  • volume (Volume)

Usage

Lua (Direct):

SetGuardZoneVolumeRegistrationEnd(name, volume)

Lua (Hash):

Citizen.InvokeNative(0xA8A74AA79FB67159, name, volume)

Back to LAW