Native referenceRedMclient

ADD_MINIMAP_OVERLAY

0x4AFD2499 CFX
FUNCTION SIGNATURE
int ADD_MINIMAP_OVERLAY(char* name);
Property Value
Native Name ADD_MINIMAP_OVERLAY
Hash 0x4AFD2499
Return Type int
API Set client
Parameters name (char*)

Description: Loads a minimap overlay from a GFx file in the current resource.

If you need to control the depth of overlay use ADD_MINIMAP_OVERLAY_WITH_DEPTH.

Parameters

  • name (char*) — The path to a .gfx file in the current resource. It has to be specified as a file.
Back to CFX