Can anyone explain different types of - SetBlipDisplay

Just starting out on FiveM. Don’t have much knowledge about scripting either. I was able to find all the information regarding Blip Names , Icons and Colors but is there an explanation for different “SetBlipDisplay(blip, 4)” types ?

As far as I got …

(blip, 1) - Invisible
(blip, 2) - No Change Regular Blips
(blip, 3) - Visible on Map but not Radar
(blip, 4) - Standard Regular Blip
(blip, 5) - Visible on Radar but not on Map

probably missing tons of info … :frowning:

3 Likes

Seems kinda explained in the native docs

https://runtime.fivem.net/doc/natives/#_0x9029B2F3DA924928

Thank you very much , just needed a pointer to a good resourse. Im still pretty new to all this.

No problem, you can look up all the natives (function) on the native reference and most are documentated by people