Native referenceFiveM

SET_CUTSCENE_ORIGIN

0xB812B3FD1C01CF27 CUTSCENE
FUNCTION SIGNATURE
void SET_CUTSCENE_ORIGIN(float x, float y, float z, float heading, int p4);
Property Value
Native Name SET_CUTSCENE_ORIGIN
Hash 0xB812B3FD1C01CF27
Return Type void
Parameters x (float), y (float), z (float), heading (float), p4 (int)

Description: Sets cutscene location, used for multiplayer apartments/businesses.

Parameters

  • x (float)
  • y (float)
  • z (float)
  • heading (float)
  • p4 (int) — Often -1, 0 or 1
Back to CUTSCENE