Modules
Blips
Shared

Shared

Creates multi-function blips with all the features you need when create your script

createBlip

export.tr_kit.createBlip(coords, icon)

Parameters

  • coords <object>: The coordinates of the blip
    • x: <number>
    • y: <number>
    • z: <number>
  • icon <number>: The icon of the blip

Returns

  • <number>: The blip handle

Example

const blip = export.tr_kit.createBlip({ x: 100, y: 100, z: 100 }, 67)