Lib.createBlipCoords

It is used to create a blip at the specified coordinates with specific options

Lib.createBlipCoords(...)
  • coords: vector3

  • options: table

    • sprite: number or nil

      • default: 1

    • display: number or nil

      • default: 2

    • scale: number or nil

      • default: 0.6

    • color: number or nil

      • default: 1

    • alpha: number or nil

      • default: 255

    • shortRange: boolean or nil

      • default: false

    • name: string or nil

      • default: Example Blip

Last updated