Native referenceFiveMclient

CALL_MINIMAP_SCALEFORM_FUNCTION

0x4C89C0ED CFX
FUNCTION SIGNATURE
BOOL CALL_MINIMAP_SCALEFORM_FUNCTION(int miniMap, char* fnName);
Property Value
Native Name CALL_MINIMAP_SCALEFORM_FUNCTION
Hash 0x4C89C0ED
Return Type BOOL
API Set client
Parameters miniMap (int), fnName (char*)

Description: This is similar to the PushScaleformMovieFunction natives, except it calls in the TIMELINE of a minimap overlay.

Parameters

  • miniMap (int) — The minimap overlay ID.
  • fnName (char*) — A function in the overlay's TIMELINE.
Back to CFX