Native referenceFiveM

BEGIN_SCALEFORM_MOVIE_METHOD_ON_FRONTEND

0xAB58C27C2E6123C6 GRAPHICS
FUNCTION SIGNATURE
BOOL BEGIN_SCALEFORM_MOVIE_METHOD_ON_FRONTEND(char* functionName);
Property Value
Native Name BEGIN_SCALEFORM_MOVIE_METHOD_ON_FRONTEND
Hash 0xAB58C27C2E6123C6
Return Type BOOL
Parameters functionName (char*)

Description: Starts frontend (pause menu) scaleform movie methods. This can be used when you want to make custom frontend menus, and customize things like images or text in the menus etc.

Use BEGIN_SCALEFORM_MOVIE_METHOD_ON_FRONTEND_HEADER for header scaleform functions.

Parameters

  • functionName (char*) — The function name of the scaleform to call.
Back to GRAPHICS