📁
r1-blips
📁
r1-blips
  • README
  • Exports
Powered by GitBook
On this page

Was this helpful?

Exports

exports["r1-blips"]:NewBlip(table)
--return blip or false

Example usage

local blip = exports["r1-blips"]:NewBlip({
	name = "Blip",
	coords = vector3(-588.7782, 15.95352, 43.69649),
	sprite = 16,
	color = 1,
	scale = 0.7,
	shortRange = true,
})

if blip and DoesBlipExist(blip) then
	-- do something
end
PreviousREADME

Last updated 1 year ago

Was this helpful?