Client

CreateBlip

Function to create different blips with different options

function HRLib.CreateBlip(
    data:
    {
        type: 'forCoord'|'forEntity'|'forArea'|'forPickup',
        options: HRLibBlipOptions,
        specificOptions: HRLibBlipForCoordOptions|HRLibBlipForEntityOptions|
        HRLibBlipForAreaOptions|HRLibBlipForPickupOptions,
        options: HRLibBlipOptions
    }
): integer? blip

Parameters description

Return description

  • blip - contains blip id of the created blip

Last updated