Native referenceRedM

_SET_GUARD_ZONE_VOLUME_REGISTRATION_START

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

Parameters

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

Usage

Lua (Direct):

SetGuardZoneVolumeRegistrationStart(name, volume)

Lua (Hash):

Citizen.InvokeNative(0x8C598A930F471938, name, volume)

Back to LAW