Native referenceFiveM

FREEZE_MICROPHONE

0xD57AAAE0E2214D11 AUDIO
FUNCTION SIGNATURE
void FREEZE_MICROPHONE(/* parameters not documented */);
Property Value
Native Name FREEZE_MICROPHONE
Hash 0xD57AAAE0E2214D11
Return Type void

Description: Allows script to freeze the microphone for a single frame, mantaining its current transform/settings. This native should be called every frame you want to keep the microphone frozen, when you stop calling it it will automatically unfreeze

Back to AUDIO