Lib.createBlipRadius

It is used to create a blip at specified coordinates with a defined range and specific options

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

  • options: table

    • radius: number or nil

      • default: 50.0

    • color: number or nil

      • default: 1

    • alpha: number or nil

      • default: 255

    • shortRange: boolean or nil

      • default: false

Last updated