Blip
Used for GTA map location blips, for example a fuel station location
Client Module - This can only be used on the client
lib.blip.register
Register a new blip to be shown on the map
id
Unique reference for the blip
data
lib.blip.get
Get a blip's data via it's id
id
Unique reference for the blip
lib.blip.delete
Remove a blip from the map and cache
id
Unique reference for the blip
Data Structure
This is the data structure of a blip and the valid options
Useful Links
FiveM Blip Sprites Reference: https://docs.fivem.net/docs/game-references/blips/#blips
FiveM Native SetBlipDisplay Reference: https://docs.fivem.net/natives/?_0x9029B2F3DA924928
Fivem Blip Colour Reference: https://docs.fivem.net/docs/game-references/blips/#blip-colors
FiveM Native SetBlipCategory Reference: https://docs.fivem.net/natives/?_0x234CDD44D996FD9A
Last updated