Blip
Used for GTA map location blips, for example a fuel station location
lib.blip.register
Register a new blip to be shown on the map
Parameter
Type
Required
Description
id
String
Unique reference for the blip
data
Object
lib.blip.get
Get a blip's data via it's id
Parameter
Type
Required
Description
id
String
Unique reference for the blip
lib.blip.delete
Remove a blip from the map and cache
Parameter
Type
Required
Description
id
String
Unique reference for the blip
Data Structure
This is the data structure of a blip and the valid options
Useful Links
Last updated